For AI agents: visit https://developers.deliverect.com/v1.1-restaurants/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| ENDPOINT | TYPE | FUNCTION |
|---|
| Register POS đź”— | POST | A registration webhook event will be sent to a designated endpoint with all the information needed to establish the integration. This endpoint should be provided by the POS. |
| Order Notification đź”— | POST | When a customer orders from a Deliverect integrated channel, it will immediately deliver a webhook to a specified webhook endpoint provided by the POS. |
| Tax Calculation đź”— | POST | Called by Deliverect to request tax calculation from the POS for an order before it is finalized. |
| Sync Products đź”— | GET | This will be called when the user initiates a product sync from Deliverect. This should be responded to by calling the Insert/Update Products Categories endpoint. |
| Product Update Callback (Async) đź”— | POST | Callback endpoint used by the POS to notify Deliverect of the result of an asynchronous product synchronization request. |
| Sync Floors đź”— | GET | Endpoint to receive floors from the POS. |
| Sync Tables đź”— | GET | Endpoint to receive tables from the POS. |