Create a new order with product line items and customer information
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)customer_id must be provided.payload.service:
sale_type_id — a valid sale type ID from List Sale Typessale_type_name — human-readable sale type namevenue_id and venue_name — the venue where the order will be fulfilledmeta.order_product data returned by catalog APIs for accurate reconciliation.PENDING state. Subsequent operational flows progress the status to RECEIVED (accepted by the POS and in preparation), DELIVERED when fulfillment is complete, or IGNORE if the order is cancelled.
payload control automatic order processing on terminals:
true, the order is accepted without staff interaction.true, after acceptance the terminal creates a receipt and sends items to stations (kitchen, bar, etc.) automatically.Access token obtained from /auth endpoint
Brand identifier
Venue identifier
Order details
Order created successfully