Working Mode
Get store working mode
Retrieve or update the dynamic working mode used to signal load to aggregators (e.g., busy/quiet). When set to busy, you may specify a 'busyUntil' timestamp to auto-expire the mode.
get/stores/{storeId}/working-mode
Path parameters
storeIdstring required
Unique identifier of the store in Grubtech. This may be the Grubtech store ID or your external mapping ID.
Response
Store working mode retrieved
Example response
{
"workingMode": "busy",
"busyUntil": "2025-04-01T18:00:00Z"
}