Uber Eats · JSON Structure

Eats Menu Item Structure

MenuItem schema from Uber Eats Marketplace API

Type: object Properties: 5
Uber EatsUber DirectFood DeliveryLast-Mile LogisticsRestaurantsMenusOrdersFulfillmentCourierOAuth2

MenuItem is a JSON Structure definition published by Uber Eats, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id title description price_info suspension_info

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/uber-eats/refs/heads/main/json-structure/eats-menu-item-structure.json",
  "name": "MenuItem",
  "description": "MenuItem schema from Uber Eats Marketplace API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "del_aBc123XyZ"
    },
    "title": {
      "type": "object"
    },
    "description": {
      "type": "object"
    },
    "price_info": {
      "type": "object"
    },
    "suspension_info": {
      "type": "object"
    }
  }
}