1. Help for Partners
  2. All App Partners Event

Upon Store Paused/Busy Mode enabled

When a store is updated in Menu Management to 'busy mode' for a period of time

EVENT app_store_status_updated

Example

Event

Setting a store to busy

{
"event": "app_store_status_updated",
"data": {
"locationId:" "xyWd34c32",
"busyUntil": "2023-06-21T17:08:30.000Z"
}
}

Setting a store to available

{
"event": "app_store_status_updated",
"data": {
"locationId:" "xyWd34c32",
"busyUntil": "null"
}
}