doordash · Example Payload

Doordash Estimate Example

Doordash Estimate Example is an example object payload from doordash, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

feecurrencypickup_timedropoff_timedelivery_duration

Example Payload

Raw ↑
{
  "fee": 42,
  "currency": "USD",
  "pickup_time": "2026-06-02T14:30:00Z",
  "dropoff_time": "2026-06-02T14:30:00Z",
  "delivery_duration": 42
}