Retrieve an order
Fetches an order by the UUID orderId returned on placement or by your externalOrderCode.
Redemption codes are returned when status is completed (all units) or partially_completed (delivered units only). While processing you receive estimatedReadyAt and a status message; failed returns a reason.
partially_completed includes delivered, total, and products[].codes for every code that was delivered (see the Partial delivery with codes response example).
Authorizations
Your Kalixo API key. Send it in the x-api-key header on every request.
Path Parameters
The UUID orderId returned on placement, or your externalOrderCode.
"O-12345"
Response
The order and its current status.
"b9f6f9a2-4d0a-4f5c-9a1e-7c2d8f3b6e10"
"O-12345"
processing, completed, partially_completed, failed "completed"
"Order is still processing"
Codes delivered so far (partial deliveries).
Total codes in the order.
Present when status is completed or partially_completed. Each line includes codes for delivered units only.