QuoteTimeAvailability

Array of objects (AvailabilityReason)
status
string

Indicates the current status of an order based on the restaurant's online ordering hours and current QuoteTimes. The value is one of the following.

  • AVAILABLE - The order can be placed at the current time.
  • UNAVAILABLE - The order cannot be placed at the current time.
  • DELAYED - The order has been delayed due to kitchen capacity issues.
Enum: "AVAILABLE" "DELAYED" "UNAVAILABLE"
{
  • "status": "AVAILABLE",
  • "reasons": [
    ]
}