cURL
curl --request POST \ --url https://integrations.clopos.com/open-api/orders \ --header 'Content-Type: application/json' \ --header 'x-brand: <api-key>' \ --header 'x-token: <api-key>' \ --header 'x-venue: <api-key>' \ --data ' { "customer_id": 123, "payload": { "auto_accept_terminal": 123, "auto_order_accept": true, "auto_order_sent_to_station": true } } '
{ "error": "<string>", "message": "<string>", "details": {} }
Create a new order with product payload and customer information
Access token obtained from /auth endpoint
Brand identifier
Venue identifier
Order details
Customer identifier
Order content and processing directives
Show child attributes
Order created successfully
Was this page helpful?