Table API
Published changes for Table API.
13 August 2026
| Area | Change type | Description |
|---|---|---|
| Mesas | Change | 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.
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
| Area | Change type | Description |
|---|---|---|
| Mesas | Addition | XD connection status XD connection status `{ connected }` — use as a health check before sending online orders. |
| Mesas | Addition | 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. |