improved

Update Store Status with "Timed busy mode"

We have the option to control a store's availability with an "isActive" flag, which directly relates to the 'Busy Mode' function. These requests can now also include the time that this status should be automatically lifted.

Example use case: A store needs to close for their lunch service at short notice, where by setting below, the busy mode will be applied, automatically being reverted at 1pm where the store will be re-opened.

{  
  "isActive": false,  
  "disableAt": "2023-11-01T13:00:00Z"  
}

See the documentation below 👇

▶ See Update Store Status