doordash · Example Payload

Doordash Menu Category Example

Leave at the front desk.

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

Top-level fields

idnamedescriptionsort_iditems

Example Payload

Raw ↑
{
  "id": "D-12345",
  "name": "Acme Pickup Store",
  "description": "Leave at the front desk.",
  "sort_id": 42,
  "items": [
    {
      "id": "D-12345",
      "name": "Acme Pickup Store",
      "description": "Leave at the front desk.",
      "price": 42,
      "image_url": "https://example.com/path/abc123",
      "is_active": true,
      "sort_id": 42,
      "option_groups": [
        {}
      ]
    }
  ]
}