OrderingSchedule

A representation of an array of servicePeriods objects.

lastOrderConfiguration
string

Allows guests to place online orders until the restaurant's closing time or closing time minus prep time.

Enum: "UNTIL_CLOSING_TIME" "UNTIL_PREPTIME_CUTOFF"
Array of objects (DateOverride)

An array of override objects that contain information about planned overrides. Overrides only affect online ordering.

scheduledOrderMaxDays
integer

Number of days an online order can be placed into the future.

Array of objects (ServicePeriod)

An array of servicePeriods objects that contain information about the days and times when the restaurant location accepts online orders.

{
  • "servicePeriods": [
    ],
  • "overrides": [
    ],
  • "scheduledOrderMaxDays": 0,
  • "lastOrderConfiguration": "UNTIL_CLOSING_TIME"
}