Get order by ID
GET/v2/orders/id/:id
Retrieves a single order by its unique numeric identifier with optional data expansion for related entities.
Returns complete order information including customer details, order items, addresses, payment information, shipping details, and totals. Data expansion allows including related entities in a single request to reduce API calls and improve performance.
The response includes all order metadata, status information, timestamps, and can be expanded to include:
- Order items with product details
- Billing and delivery addresses
- Shipment and tracking information
- Payment and transaction details
- Order revision history
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Order details retrieved successfully with requested expansions
Invalid order ID format or malformed request
Authentication required - invalid or missing access token
Insufficient permissions to access this order
Order not found with the specified ID
Internal server error while retrieving order