Deliveroo · JSON Structure

Webhooks Menu Event Payload Structure

MenuEventPayload schema from Deliveroo webhooks

Type: object Properties: 2
Food DeliveryGroceryMarketplaceLogisticsRestaurants

MenuEventPayload is a JSON Structure definition published by Deliveroo, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

event body

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/deliveroo/refs/heads/main/json-structure/webhooks-menu-event-payload-structure.json",
  "name": "MenuEventPayload",
  "description": "MenuEventPayload schema from Deliveroo webhooks",
  "type": "object",
  "properties": {
    "event": {
      "type": "string",
      "description": "The menu event type.",
      "example": "example"
    },
    "body": {
      "type": "object",
      "description": "The menu upload result, indicating whether asynchronous menu processing succeeded or failed."
    }
  }
}