grubhub · Example Payload

Grubhub Scheduleoverride Example

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

override_idstart_dateend_dateclosedtime_windowsreason

Example Payload

Raw ↑
{
  "override_id": "id-1234567890",
  "start_date": "2026-06-02T18:30:00Z",
  "end_date": "2026-06-02T18:30:00Z",
  "closed": false,
  "time_windows": [
    null
  ],
  "reason": "Item temporarily unavailable."
}