Skip to main content

Get shipment by ID

GET 

/v2/orders/shipments/:id

Retrieves a single shipment by its unique UUID identifier with optional data expansion for related entities.

Returns complete shipment information including carrier details, tracking information, delivery status, and associated items. Data expansion allows including related entities in a single request to reduce API calls and improve performance.

The response includes:

  • Shipment identification and status information
  • Associated order reference and customer details
  • Carrier and shipping method information
  • Expected and actual delivery dates
  • Tracking numbers and delivery updates
  • Shipment items with quantities and product details
  • Address information for pickup and delivery

Request

Responses

Shipment details retrieved successfully with requested expansions