grubhub · Example Payload

Grubhub Modifierprompt Example

Grubhub Modifierprompt Example is an example object payload from grubhub, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

external_idnamerequiredmin_selectionsmax_selectionsoptions

Example Payload

Raw ↑
{
  "external_id": "id-1234567890",
  "name": "Margherita Pizza",
  "required": false,
  "min_selections": 58,
  "max_selections": 58,
  "options": [
    null
  ]
}