doordash · Example Payload

Doordash Store Item Example

Doordash Store 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

merchant_supplied_idpricein_stockquantity_on_handaisleshelf

Example Payload

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