grubhub · Example Payload

Grubhub Modifieroption Example

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

Top-level fields

external_idnamepriceavailable

Example Payload

Raw ↑
{
  "external_id": "id-1234567890",
  "name": "Margherita Pizza",
  "price": 13.9,
  "available": false
}