Uber Eats · Example Payload

Uber Direct Delivery Quote Resp Example

Uber EatsUber DirectFood DeliveryLast-Mile LogisticsRestaurantsMenusOrdersFulfillmentCourierOAuth2

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

Top-level fields

kindidcreatedexpiresfeecurrency_typedropoff_etadurationpickup_durationdropoff_deadline

Example Payload

Raw ↑
{
  "kind": "delivery_quote",
  "id": "dqt_6gQ2dt31TjiOPfwux-NCXg",
  "created": "2026-06-01T19:00:00.000Z",
  "expires": "2026-06-01T19:00:00.000Z",
  "fee": 600,
  "currency_type": "USD",
  "dropoff_eta": "2026-06-01T19:00:00.000Z",
  "duration": 33,
  "pickup_duration": 33,
  "dropoff_deadline": "2026-06-01T19:00:00.000Z"
}