Overview
Retrieve detailed information about a single order. You can retrieve an order using either the e-CROSS order ID or the sales channel order ID. The detailed response includes the complete order information plus status history.- By Order ID
- By Sales Channel Order ID
Retrieve an order using the e-CROSS order ID.
Path Parameters
The e-CROSS order ID. Use this when retrieving by order ID.
The sales channel order ID. Use this when retrieving by sales channel order ID.
Response Fields
The response includes all fields from the List Orders endpoint, plus:The detailed status history of the order, showing all status changes and associated event data.
The
statusHistory field is particularly useful for understanding the order lifecycle and retrieving important information like parcelId (found in READY_TO_SHIP status events) and document URLs.To find the
parcelId for shipment creation, look for the READY_TO_SHIP status in statusHistory and extract eventData.parcelId.Get Order Documents
Next: Learn how to retrieve order documents
