Skip to main content

Table API

Published changes for Table API.

13 August 2026

AreaChange typeDescription
MesasChange

Response returns items added to the table

`POST /gateway/online-orders/table` now returns the items added to the table, including identifier, description, type, quantity and sub-items.

The real-time notification for sending to a table now includes the same typed information, instead of only indicating success or failure.

POST /gateway/online-orders/table

How to upgrade

If the client only checked for success, start reading the response body (and the real-time notification) to obtain the items that were added.

6 August 2026

AreaChange typeDescription
MesasAddition

XD connection status

XD connection status `{ connected }` — use as a health check before sending online orders.

GET /gateway/online-orders/connection

MesasAddition

Batch table lock info

Lock information for multiple tables in one request (`BatchTableLockInfoRequest`).

There are no table-change webhooks (use polling). `close-account` always closes the whole table.

POST /gateway/tables/batch/lock-info