grubhub · Example Payload

Grubhub Fulfillmentinfo Example

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

delivery_enabledpickup_enabledcatering_enabledestimated_prep_time_minutesdelivery_radius_milesminimum_order_amount

Example Payload

Raw ↑
{
  "delivery_enabled": false,
  "pickup_enabled": true,
  "catering_enabled": false,
  "estimated_prep_time_minutes": 15,
  "delivery_radius_miles": 18.11,
  "minimum_order_amount": 49.08
}