doordash · Example Payload

Doordash Item Option Example

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

Top-level fields

idnamequantityprice

Example Payload

Raw ↑
{
  "id": "D-12345",
  "name": "Acme Pickup Store",
  "quantity": 42,
  "price": 42
}