Shipments

Get shipments by order id

Retrieve the tracking status of all shipments associated with a specific order id.

post/shipment/by-order-id

Request body

order_idstring required

The unique id of the order.

Response

A list of shipments for the order, or an error object when the order id is not found.

statusstring

success or error.

messagestring

Response message (present on error, e.g. "Order ID not found").

Changes

No recorded changes to this endpoint across all 1 revision of this API.