Eat-in Orders

Eat In orders

In order to create an eat in order, you need to send "orderType": 3 in the payload and add the parameter "table" with a string value.

If the POS supports direct table ordering, you can get the existing table/floor information from Get POS tables endpoint. If the POS does not support this, you can still pass the table value in the payload and this will be part of the POS order notes.

"orderType": 3,
"table": "1"

❗️

channelOrderId for table ordering

With all orders in Deliverect, a unique channelOrderId needs to be provided which isn't re-used in a 48hr period.