...
Store Menu Version Webhook
This webhookStore Menu Version events are dispatched via this webhook when a store's menu changes. Menus can change for a variety of reasons. Some stores may update the availability of an item to make it unavailable for orders ("stock out"). Operators also make frequent changes to menu prices throughout the day, and at the brand-level menu entries are being added and removed continuously.
You will observe eventType: "MENU_PRICES_AVAILABILITY_UPDATE"
being delivered to provide an object containing the current status and which operation happened.
The changes in data will be classified as:
"created": [],
"deleted": [],
"updated": [],
Note that different than the https://rbictg.atlassian.net/wiki/spaces/RDP/pages/5285970207/Menu+Management+-+API+Actions#Menu-Event-Webhook, this event also contains information on which data has changed and therefore removes the need to have a full sync of the menu for every update as that is a lengthy process.
Menu Event Webhook
This webhook