Purpose
Converts line items, customer information, and amounts from your POS integrations into a Clopos order in a single request.HTTP Request
Authorization
Send the following headers for all fields:x-token: Your OAuth access tokenx-brand: Your brand codex-venue: Your branch IDIdempotency-Key: A unique value to prevent duplicate calls with the same body (recommended)
Prerequisites
- The top-level
customer_idmust be provided. - Service context is required in
payload.service:sale_type_id— a valid sale type ID from List Sale Typessale_type_name— human-readable sale type namevenue_idandvenue_name— the venue where the order will be fulfilled
- Product and modifier identifiers must exist in the POS catalog. Include the
meta.order_productdata returned by catalog APIs for accurate reconciliation. - Totals and discounts are recalculated by the platform; send the raw values shown to operators.
Request Example
Full payload example
Response
201 Created — Order created
Authorizations
Access token obtained from /auth endpoint
Brand identifier
Venue identifier
Body
application/json · any
Order details
The body is of type any.
Response
Order created successfully
The response is of type any.