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
- 200
- 400
- 401
- 403
- 404
- 500
Shipment details retrieved successfully with requested expansions
Invalid shipment ID format or malformed request
Authentication required - invalid or missing access token
Insufficient permissions to access this shipment
Shipment not found with the specified ID
Internal server error while retrieving shipment