Place an order
Creates an order and begins fulfilment asynchronously. The response returns immediately with an orderId and a processing status. Large orders are automatically segmented; the response includes an estimatedReadyAt timestamp telling you roughly when to poll for codes.
Send the catalog productId and the price you expect to pay (used to validate the order). For fixed-price products the price must match the current catalog price; for open-denomination products send the chosen amount within the allowed range.
The externalOrderCode is your idempotency key: re-posting the same code returns the existing order instead of creating a duplicate.
Authorizations
Your Kalixo API key. Send it in the x-api-key header on every request.
Body
Response
Order accepted and now processing.