Retrieve an order
Orders
Retrieve an order
Fetches an order by its numeric orderId or by your externalOrderCode.
Codes (PINs) are returned only when the order status is completed. While the order is processing you receive the status and estimatedReadyAt; failed returns a reason; partially_completed returns delivered/total counts.
GET
Retrieve an order
Authorizations
Your Kalixo API key. Send it in the x-api-key header on every request.
Path Parameters
The numeric orderId or your externalOrderCode.
Example:
"O-12345"
Response
The order and its current status.
Example:
59400
Example:
"O-12345"
Available options:
processing, completed, partially_completed, failed Example:
"completed"
Example:
"Order is still processing"
Codes delivered so far (partial deliveries).
Total codes in the order.
Present only when status is completed.