grubhub · Example Payload

Grubhub Orderitem Example

Grubhub Orderitem 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

item_idnamequantitypricemodifiersspecial_instructions

Example Payload

Raw ↑
{
  "item_id": "id-1234567890",
  "name": "Margherita Pizza",
  "quantity": 5,
  "price": 8.59,
  "modifiers": [
    {
      "name": "Margherita Pizza",
      "price": 15.62
    }
  ],
  "special_instructions": "Leave at the front desk."
}