Inserts a new order that appears immediately in the restaurant’s incoming orders queue.
write:ordersClient ID for API Client authentication (must be used together with Client Secret)
Client Secret for API Client authentication (must be used together with Client ID)
Delivery method:
0 = pickup at location1 = home delivery0t = at table20 = pickup at pickup point0e-{id} = event (where {id} is the event ID)dcf-{id} = custom method (where {id} is the method ID)Payment method:
cash = cashinvoice = invoiceexternal = externally handledcash, invoice, external Order items (products with quantities/options)
Location identifier. Required for multi-location restaurants
ISO 639-1 language code; defaults to restaurant settings
Pickup data. Required for dmethod=0
Delivery data. Required for dmethod=1
Payment sub-method. Required if payment_method=cash
Discount code application
General order notes
Order origin:
customer = customer (default)restaurant = restaurantcustomer, restaurant Order creation response
Operation result: true if successful, false if failed
Error code if the operation failed. Possible values:
PRODUCT_NOT_FOUND = product not foundPRODUCT_NOT_AVAILABLE = product unavailableOPTION_NOT_FOUND = option not foundOPTION_VALUE_NOT_FOUND = option value not foundINVALID_ADDRESS = invalid address or out of zoneCOUPON_ERROR = coupon application errorSUBRESTAURANT_NOT_FOUND = location not foundSee Error codes for general error codes that may occur.
Human-readable error description if the operation failed
Created order data (present only if success = true)