doordash · Example Payload

Doordash Catalog Items Request Example

Doordash Catalog 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",
      "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
    }
  ]
}