RETM | REST API
  1. Menu 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
    • Menu Webhooks
      • Menu Updates
      • Menu Changed
        POST
    • 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. Menu Webhooks

Menu Updates

Stay in Sync with Menu Updates: Leveraging the Menus Webhook#

Maintain seamless menu accuracy across your integration with the RETM platform by harnessing the power of the menus webhook. Here's how it works:

Trigger:#

A restaurant using your integration makes a change to its menus within RETM.

Notification:#

RETM sends a POST request to your designated notification URL, containing a message payload with crucial information.

Integration Response:#

Prompt Action: Upon receiving the webhook notification, your integration client immediately initiates a request to retrieve the updated menu data from RETM.
Ensure Synchronization: This proactive approach maintains consistency between your integration and the RETM system, ensuring accurate and up-to-date menu information for your users.

Advantages:#

Real-Time Updates: Stay informed about menu changes as they happen, eliminating the need for periodic polling or manual checks.
Efficient Synchronization: Automatically trigger menu updates within your integration, streamlining the process and reducing development overhead.
Data Accuracy: Guarantee that your users always have access to the most current and accurate menu information, enhancing their experience and satisfaction.

Best Practices:#

Secure Notification URL: Enforce HTTPS to safeguard sensitive data transmission.
Prompt Response: Acknowledge receipt of the webhook notification with a 2xx HTTP status code within 10 seconds to avoid delivery retries.
Robust Error Handling: Implement mechanisms to gracefully handle potential errors during notification processing.
Logging: Maintain detailed logs of webhook events for troubleshooting and auditing purposes.
By effectively utilizing the menus webhook, you'll establish a reliable and efficient mechanism for keeping your integration aligned with RETM's menu data, ensuring a seamless user experience.
Modified at 2023-12-25 01:20:25
Previous
Order Triggeres
Next
Menu Changed
Built with