doordash · Example Payload

Doordash Catalog Item Example

Leave at the front desk.

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

Top-level fields

merchant_supplied_idnamedescriptionimage_urlbrandupccategorysubcategoryweightweight_unitis_alcohol

Example Payload

Raw ↑
{
  "merchant_supplied_id": "D-12345",
  "name": "Acme Pickup Store",
  "description": "Leave at the front desk.",
  "image_url": "https://example.com/path/abc123",
  "brand": "example",
  "upc": "example",
  "category": "example",
  "subcategory": "example",
  "weight": 12.5,
  "weight_unit": "oz",
  "is_alcohol": true
}