How to handle 'Eat-in' Orders
Introduction
Certain channels will process Eat-in orders from e.g, mobile QR code type apps should be displayed clearly in the POS to distinguish them from Delivery/Pickup orders.
Format
An eat-in order will include two key attributes;
- An
"orderType": 3, - A
"note"specifying the table number - An optional additional parameter for a specific
"table"
"orderType": 3,
"table" : "22"
"note": "table: 22",Direct Table Orders
To enable eat-in channels to process orders to valid tables in the POS, adding support for the Sync Tables webhook provides the specific table "id" as set in your POS. They can then send "table" with the unique Id and have it opened directly on the POS table.
Updated 9 days ago
Did this page help you?
