doordash · Example Payload

Doordash Order Item Example

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

Top-level fields

idnamequantitypricespecial_instructionsoptions

Example Payload

Raw ↑
{
  "id": "D-12345",
  "name": "Acme Pickup Store",
  "quantity": 1,
  "price": 42,
  "special_instructions": "Leave at the front desk.",
  "options": [
    {
      "id": "D-12345",
      "name": "Acme Pickup Store",
      "quantity": 42,
      "price": 42
    }
  ]
}