Creates a new POS cart for the specified table.
Request
Add parameter in header X-Api-Key
Example:X-Api-Key: ********************
Request Code Samples
curl --location --request POST 'https://api.atlas.kitchen/admin/v1/admin/v1/carts?table_id=123&contact_name&pax' \
--header 'X-Merchant-Id;' \
--header 'X-Api-Key;'
Responses
application/json {
"id": 6633,
"fulfilment_type": "dine_in",
"timeslot_type": "asap",
"payment_type": null,
"payment_breakdown": {
"subtotal": 0.00,
"tax": 0.00,
"service_charge": 0.00,
"discount": 0.00,
"total": 0.00,
"tax_rate": 0.08,
"service_charge_rate": 0.10,
"discount_amount": null,
"discount_percentage": null
}
}
Modified at 2025-09-01 02:43:35