Uber Eats · Example Payload

Eats Store Example

Uber EatsUber DirectFood DeliveryLast-Mile LogisticsRestaurantsMenusOrdersFulfillmentCourierOAuth2

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

Top-level fields

idnamecontact_emailspartner_identifierstimezonelocationweb_url

Example Payload

Raw ↑
{
  "id": "del_aBc123XyZ",
  "name": "Example Store",
  "contact_emails": [
    "example"
  ],
  "partner_identifiers": {},
  "timezone": "America/New_York",
  "location": {},
  "web_url": "https://www.ubereats.com/orders/del_aBc123XyZ"
}