For AI agents: visit https://developers.deliverect.com/v3.0/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| WEBHOOK | TYPE | FUNCTION |
|---|
| Register Channel đź”— | POST | Any channel integrator will provide a standardised registration URL to facilitate customer onboarding/offboarding. |
| Checkout Update đź”— | POST | Triggered after a customer completes checkout. Sends the final basket and checkout status to your endpoint. |
| Menu Sync đź”— | POST | Customers will publish their menu to a provided webhook URL. This delivers JSON containing all the necessary attributes to display their menu as intended. |
| Snooze/Unsnooze Products đź”— | POST | When items are out of stock or temporarily unavailable, a snooze event is sent to instruct channels to make items unavailable. When items become available again, an unsnooze event is sent. |
| Busy Mode đź”— | POST | When a store is paused, a webhook event is sent to ensure no further orders can be received. When re-opened, an event is sent to set the store back online. |
| Courier Status Update đź”— | POST | Courier-related updates are sent to provide new information about the courier journey whenever a change applies. |
| Order Status Update đź”— | POST | Whenever a POS updates the status of an order, a webhook event is sent with the updated order details. |
| Preparation Time Update đź”— | POST | A webhook is sent to indicate that a preparation time update for an order has been applied. |