improved
Busy Mode Orange - Channel API
10 days ago by amaia
The Busy mode (orange button) allows the kitchen to increase the preparation (prep) time for new orders as described on this guide here. The Busy Mode webhook notifies the channels to delay the pickup time whenever new orders are created.
The "delay" in minutes, provides an indication to adjust the pickupTime on the channel end when creating a new order. It is communicated via Busy Mode webhook URL.
{
"accountId": "61e14f0c888c8389fa5908bb",
"locationId": "633d62de0f******f893bdf",
"channelLinkId": "647618*******166c858de0b0",
"status": "BUSY",
"delay": 30
}