Uber Eats · Example Payload

Uber Direct Manifest Item Example

Uber EatsUber DirectFood DeliveryLast-Mile LogisticsRestaurantsMenusOrdersFulfillmentCourierOAuth2

Uber Direct Manifest Item 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

namequantitysizepricemust_be_uprightweightvat_percentage

Example Payload

Raw ↑
{
  "name": "Example Store",
  "quantity": 1,
  "size": "small",
  "price": 600,
  "must_be_upright": false,
  "weight": 300,
  "vat_percentage": 1
}