doordash · Example Payload

Doordash Delivery Update Request Example

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

Top-level fields

tipdropoff_instructionsdropoff_phone_number

Example Payload

Raw ↑
{
  "tip": 42,
  "dropoff_instructions": "Leave at the front desk.",
  "dropoff_phone_number": "+15555551234"
}