Uber Eats · Example Payload

Uber Direct Delivery Req Example

Uber EatsUber DirectFood DeliveryLast-Mile LogisticsRestaurantsMenusOrdersFulfillmentCourierOAuth2

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

Top-level fields

quote_idpickup_namepickup_addresspickup_phone_numberdropoff_namedropoff_addressdropoff_phone_numbermanifest_itemspickup_business_namepickup_latitudepickup_longitudepickup_notesdropoff_business_namedropoff_latitudedropoff_longitudedropoff_notestipexternal_id

Example Payload

Raw ↑
{
  "quote_id": "del_aBc123XyZ",
  "pickup_name": "Example Store",
  "pickup_address": "{\"street_address\":[\"100 Maiden Ln\"],\"city\":\"New York\",\"state\":\"NY\",\"zip_code\":\"10023\",\"country\":\"US\"}",
  "pickup_phone_number": "+15555555555",
  "dropoff_name": "Example Store",
  "dropoff_address": "{\"street_address\":[\"100 Maiden Ln\"],\"city\":\"New York\",\"state\":\"NY\",\"zip_code\":\"10023\",\"country\":\"US\"}",
  "dropoff_phone_number": "+15555555555",
  "manifest_items": [
    {
      "name": {},
      "quantity": {},
      "size": {},
      "price": {},
      "must_be_upright": {},
      "weight": {},
      "vat_percentage": {}
    }
  ],
  "pickup_business_name": "Example Store",
  "pickup_latitude": 40.7066581,
  "pickup_longitude": -74.0071868,
  "pickup_notes": "Leave at the front desk.",
  "dropoff_business_name": "Example Store",
  "dropoff_latitude": 40.7066581,
  "dropoff_longitude": -74.0071868,
  "dropoff_notes": "Leave at the front desk.",
  "tip": 600,
  "external_id": "del_aBc123XyZ"
}