post
https://yourwebhook.com/kds_order_notification
Purpose
When a customer orders from a Deliverect integrated channel, it will immediately deliver a webhook even to a specified endpoint provided by the POS.
This order will contain the products, prices, payment information and any customer info provided by the channel.
Order Model
For a full list of all order attributes and their definitions, see the link below;
Order Types
The type of order can be displayed to the user on the KDS
| Type | Integer Value |
|---|---|
| pickup | 1 |
| delivery | 2 |
| eat in | 3 |
| curbside | 4 |
Order Cancellations
Cancellations will also be sent to the KDS order notification webhook URL, see how to receive and process these correctly in the guide below;
200 201