Flavours webhooks keep you abreast of crucial order and delivery events as they unfold. Here's a breakdown of the events you can subscribe to:Delivery Events#
order.delivery.created
Marks the initiation of a delivery process for an order.
order.delivery.updated
Signifies a change in the delivery status of an order, such as assignment to a driver, completion, or cancellation.Delivery Status Codes#
ID | Status | Description |
---|
1 | Under Review | The order is under review by the restaurant. |
2 | In process | The order is currently being prepared at the restaurant. |
3 | Canceled | The order has been canceled and will not be delivered. |
4 | Pickup ready | The order is ready for pickup but has not yet been collected by the customer or driver. |
5 | Assigned | The order has been assigned to a delivery driver. |
6 | Out for delivery | The driver is en route to deliver the order to the customer. |
7 | Delivered | The order has been successfully delivered to the customer. |
By subscribing to these webhook events, your application can seamlessly react to order and delivery updates in real-time, enabling enhanced customer experiences and operational efficiency. Modified at 2025-03-27 08:33:12