Get order information

The endpoint to retrieve the order information, including order cancellations.

Get order information

get
/orders/{orderReferenceId}
Path parameters
orderReferenceIdstringRequired

Unique ID of order.

Example: 1111111
Query parameters
langstringOptional

Language of the content to retrieve (ISO 639-1). Defaults to English if undefined.

Example: en
externalbooleanOptional

Set this parameter to true to trace an order using the partner's own order ID (defined as external_reference upon order creation) as orderReferenceId.

Example: true
Header parameters
AuthorizationstringRequired

Token <Your_API_Key>.

Default: Token <Partner_API_key>.
Responses
get
/orders/{orderReferenceId}

Last updated

Was this helpful?