cURL
curl --request POST \ --url https://api.atlas.kitchen/admin/v1/carts \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --header 'X-Merchant-Id: <api-key>' \ --data ' { "table_id": 123, "contact_name": "<string>", "pax": 2, "contact_email": "<string>", "contact_number": "<string>", "notes": "<string>", "cart_payment": { "amount": 2, "payment_type_id": 123 } } '
{ "id": 123, "identifier": "<string>", "fulfilment_type": "<string>", "timeslot_type": "<string>", "payment_type": "<string>", "payment_breakdown": {}, "contact_name": "<string>", "contact_number": "<string>", "contact_email": "<string>", "table_id": 123, "notes": "<string>" }
Creates a dine-in cart for a table with optional upfront payment. Always uses POS platform with DINE_IN fulfilment.
Your API key provided during onboarding. Example c2fb5ae6ea99c37d...
c2fb5ae6ea99c37d...
Your numeric merchant ID. Example 1
1
x >= 1
Show child attributes
Cart created
Was this page helpful?