Overview
Retrieves all logistic order lines for a given logistic order, including product details, quantities, pricing, and any associated information.
User scoping
Available to ACCOUNT callers.
The caller must be the order owner or belong to the same customer account.
Store scoping
The store context is resolved from dj-store (when provided) or from the tenant default store.
dj-store-view may further refine the store view context when applicable.
Pagination & sorting
Standard pagination is supported via page and size parameters.
Sorting criteria follow the format field:direction (e.g. quantity:desc).
Multiple sort criteria are supported. Both asc and desc directions are available for every sortable field.
Invalid or malformed sort entries are silently ignored.
Sortable fields: id, createdAt, updatedAt, quantity, confirmedQuantity, externalId, status, paymentStatus, refunded, incidentDeclared, quoteLineExternalId.
Nested sortable fields (via embedded price object): orderLogisticLinePrice.productPriceWithoutTaxes, orderLogisticLinePrice.productPriceWithTaxes, orderLogisticLinePrice.currency, orderLogisticLinePrice.totalPriceWithTaxes, orderLogisticLinePrice.totalPriceWithoutTaxes.
Errors
A 401 is returned if the authentication token is missing or invalid.
A 403 is returned if the caller does not have permission to access this order's lines.
A 404 is returned if no logistic order matches the provided identifier.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||

