doordash · Example Payload

Doordash Option Group Example

Doordash Option Group 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

idnamemin_selectionsmax_selectionsoptions

Example Payload

Raw ↑
{
  "id": "D-12345",
  "name": "Acme Pickup Store",
  "min_selections": 0,
  "max_selections": 1,
  "options": [
    {
      "id": "D-12345",
      "name": "Acme Pickup Store",
      "price": 42,
      "is_active": true
    }
  ]
}