Flavours API Documentation
  1. Orders Webhooks
Flavours API Documentation
  • Readme
  • Developer Guide
  • Authorization
  • Includables
  • Pagination
  • Sorting
  • Retrieve Market Information
  • Retrieve Branch Information
  • Me
    • Overview
    • Detail
      GET
  • Branches
    • Overview
    • List
      GET
    • Detail
      GET
    • Create
      POST
    • Update
      POST
    • Delete
      DELETE
  • Orders
    • Overview
    • List
      GET
    • Detail
      GET
    • Create
      POST
    • Calculate
      POST
    • Checkout
      POST
    • Update
      POST
    • Sync
      POST
  • Customers
    • Overview
    • List
    • Detail
    • Create
    • Update
  • Products
    • Overview
    • List
    • Detail
    • Create
    • Update
    • Delete
  • Product Categories
    • Overview
    • List
    • Detail
  • Discounts
    • Overview
    • List
    • Detail
    • Verify
  • Payment Methods
    • Overview
    • List
    • Detail
  • Table
    • Overview
    • List
    • Detail
    • Create
    • Update
    • Delete
  • Printer
  • Webhook
    • Orders Webhooks
      • Webhook Events
      • Payload
    • Product Webhooks
      • Webhook Events
      • Payload
    • Loyalty Webhooks
      • Promotional Coupon
    • Customers Webhooks
      • Webhook Events
      • Payload
    • Error Webhook
      • Stay Alert to Connectivity Issues
    • Third-Party
      • Ballurh
        • Install Ballurh
      • Loyapro
        • Loyalty
          • Check Reward
          • Redeem Reward
      • Bonat
        • Check Reward
        • Redeem Reward
      • Fai
        • Register Entity
  1. Orders Webhooks

Webhook Events

Stay Informed About Key Order and Delivery Milestones#

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#

IDStatusDescription
1Under ReviewThe order is under review by the restaurant.
2In processThe order is currently being prepared at the restaurant.
3CanceledThe order has been canceled and will not be delivered.
4Pickup readyThe order is ready for pickup but has not yet been collected by the customer or driver.
5AssignedThe order has been assigned to a delivery driver.
6Out for deliveryThe driver is en route to deliver the order to the customer.
7DeliveredThe 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.
Previous
Delete
Next
Payload
Built with