Create Orders for Eat-in With a Table Number

Introduction

Eat in denotes an order from a customer for consumption at the location. This can be combined with a table number for the staff to know where to serve the order.

How should the order type and table number be set?

  • To set the order type:
    "orderType": 3,
  • To include table number:
    "table": "Table 5",

This is shown in Deliverect and passed to the POS within the order notes.

Does this automatically open the order on a POS table?

Adding a table number won't open the order on this table on the POS. For a direct table integration, this would require the table ID. View the GET POS Tables from Location endpoint for obtaining the table ID.

📘

Not all POS systems currently return the table IDs.