Skip to main content

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

Order details retrieved successfully with requested expansions