FireOrderInSeconds

Lead time in seconds before an injected order should be fired to the kitchen for preparation. - `fireOrderInSeconds=0` fire the order immediately to the kitchen. - `fireOrderInSeconds=null` hold the order in the POS without firing, requiring an explicit [Fire Order](#operation/fireOrder) call.

Fortune 500FranchisingHospitalityNYSE QSRQuick Service RestaurantsRestaurants
View JSON Schema on GitHub

JSON Schema

channel-fire-order-in-seconds-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "FireOrderInSeconds",
  "description": "Lead time in seconds before an injected order should be fired to the\nkitchen for preparation.\n- `fireOrderInSeconds=0` fire the order immediately to the kitchen.\n- `fireOrderInSeconds=null` hold the order in the POS without firing,\n  requiring an explicit [Fire Order](#operation/fireOrder) call.\n",
  "$id": "https://raw.githubusercontent.com/api-evangelist/restaurant-brands/refs/heads/main/json-schema/channel-fire-order-in-seconds-schema.json",
  "type": [
    "integer",
    "null"
  ],
  "minimum": 0,
  "maximum": 100000,
  "example": 600
}