RETM | REST API
  1. Orders Webhooks
RETM | REST API
  • Developer guide
  • New to our DevPortal 🤔
  • Authentication
    • Token
      POST
  • Webhook
    • Overview
    • Invoice Webhooks
      • Webhook Events
      • Invoice Created
    • Orders Webhooks
      • Webhook Events
      • Order Triggeres
        POST
    • Menu Webhooks
      • Menu Updates
      • Menu Changed
    • Loyalty Webhooks
      • Promotional Coupon
      • Check Reward
      • Redeem Reward
    • Customer webhook
      • Customer Data
      • Customer hook
    • Error webhook
      • Stay Alert to Connectivity Issues
      • Error webhook
  • Orders
    • Orders
      GET
    • Create Order
      POST
    • Cancel Order
      POST
    • Update delivery order status
      POST
  • Menu
    • Categories
      • List Categories
      • Single Categoy
    • Products
      • Products
      • Single Product
      • Simple List
    • Menu
      GET
  • Branches
    • Branches
      GET
  • Devices
    • Devices
      GET
  • Order type
    • Order types
      GET
    • Create order type
      POST
  • Price Lists
    • Price Lists
  • Payment Methods
    • Payment methods
    • Create pay method
  • Order Charges
    • order charges
    • Create order charges
  • Taxes
    • Tax list
    • Create tax
  • Customers
    • Customers
  1. Orders Webhooks

Webhook Events

Stay Informed About Key Order and Delivery Milestones#

Retm 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 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.
Modified at 2025-06-19 14:43:51
Previous
Invoice Created
Next
Order Triggeres
Built with