Get your API key
Your Kalixo account manager issues a sandbox and a production key. Keep them secret and
send them in the
x-api-key header on every request. See Authentication.Find a product in your catalog
List your catalog and pick a
productId. You can filter by country, brand, category and more.Place an order
Send the
productId, the price you expect to pay (for validation), the quantity,
and a unique externalOrderCode. The order is accepted immediately with a processing
status and an estimatedReadyAt timestamp.Response
Next steps
Order lifecycle
Understand
processing, completed, partially_completed, and failed.Filtering
Narrow your catalog by country, language, brand, category, and tag.
Postman collection
Download the v2 collection and import the Sandbox or Production environment.