Menu notifications
Product changed
Webhook triggered when a product is created, updated, or removed
WEBHOOK
Requires “Menu” in API settings
A removed product can come back: reimporting the menu from the restaurant’s management software reactivates it, and you receive this event again with
action: updated.Authorizations
HMAC-SHA256 signature of the payload, calculated using the restaurant's Webhook Secret. See the Webhook Security documentation for validation details.
Body
application/json
Event type identifier
Available options:
product.changed Type of change that triggered this event:
created= The product was createdupdated= The product's data was updateddeleted= The product was removed
Available options:
created, updated, deleted Menu product
Response
200
Return a 200 status to indicate that the webhook was received successfully