doordash · Example Payload

Doordash Store Items Request Example

Doordash Store Items Request Example is an example object payload from doordash, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

items

Example Payload

Raw ↑
{
  "items": [
    {
      "merchant_supplied_id": "D-12345",
      "price": 42,
      "in_stock": true,
      "quantity_on_hand": 0,
      "aisle": "example",
      "shelf": "example"
    }
  ]
}