Uber Eats · Example Payload

Eats Menu Example

Uber EatsUber DirectFood DeliveryLast-Mile LogisticsRestaurantsMenusOrdersFulfillmentCourierOAuth2

Eats Menu Example is an example object payload from Uber Eats, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

menuscategoriesitemsmodifier_groups

Example Payload

Raw ↑
{
  "menus": [
    {}
  ],
  "categories": [
    {}
  ],
  "items": [
    {}
  ],
  "modifier_groups": [
    {}
  ]
}