Get all order logistic lines paginated

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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Logistic order identifier (DJUST_ID).

Query Params
sort
array of strings

Sorting criteria in format field:direction (e.g. quantity:desc, createdAt:asc). Multiple sort criteria are supported. Both asc and desc directions are available. Invalid entries are silently ignored. Sortable fields: id, createdAt, updatedAt, quantity, confirmedQuantity, externalId, status, paymentStatus, refunded, incidentDeclared, quoteLineExternalId.

Format: property:direction (recommended) or property,direction (kept for backward compatibility).

sort
integer
≥ 0
Defaults to 0

Zero-based page index (0..N)

integer
≥ 1
Defaults to 20

The size of the page to be returned

string

Locale for text localization (product names, labels, etc.). Format: IETF BCP 47 language tag (e.g. en-US, fr-FR).

Headers
string
enum
required

Specifies the client type making the request.

  • OPERATOR: Platform operator user.

  • ACCOUNT: Customer account user.

  • SUPPLIER: Supplier managing orders.

Allowed:
string
required

API key required for authentication. Must be valid and linked to the requesting user.

string

(Optional) Store ID in multi-store environments.

string

(Optional) Store view ID in multi-store environments.

string

(Optional) Customer account ID in multi-account customer user.

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json