Find shipping information for order logistic

Overview

Returns the shipping types available for a logistic order, with their price and, when the internal shipping module is enabled, the free shipping threshold.


User scoping

Available to authenticated customer account users (dj-client: ACCOUNT).


Pricing modes

  • Shipping module enabled: prices come from the internal shipping matrix. totalShippingPrice is the effective price with the free shipping threshold applied (0 once the delivery amount reaches the threshold), baseShippingPrice is the raw matrix price (threshold not applied), and francoAmount carries the delivery amount at or above which shipping becomes free.
  • Marketplace (Mirakl): prices come from the marketplace; baseShippingPrice and francoAmount are null.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
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

401

Unauthorized. Missing or invalid authentication token.

403

Forbidden. Insufficient permissions.

404

Not found. The logistic order does not exist.

409

Conflict. The order external source is not supported.

422

Unprocessable. Shipping information unavailable.

500

Internal server error.

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