Real-time store availability management. Pause a store when it cannot accept orders (equipment failure, staff shortage, peak overload) and resume when ready.
When pausing, provide a reason and optionally a resumeAt timestamp for automatic resumption.
Get Store Status
Get the current online/paused status for a store.
path Parameters
storeIdHeaders
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Get Store Status › Responses
Store status
statusStore availability state.
online— Store is accepting orderspaused— Store is temporarily not accepting orders (seereasonfor why)
reasonReason for pausing a store.
operational_issues— Equipment failure or other operational problemsstaff_shortage— Not enough staff to fulfill orderstoo_busy— Order volume too highmaintenance— Scheduled maintenanceother— Other reason
pausedAtresumeAtIf set, store will auto-resume at this time
Update Store Status
Set a store to online or paused for real-time availability management.
Pausing: Set status to paused with a reason. Optionally provide resumeAt for automatic resumption at a specific time.
Resuming: Set status to online to immediately resume accepting orders.
Use this for operational issues (equipment failure, staff shortage), preventing order overwhelm during peak hours, or scheduled maintenance.
path Parameters
storeIdHeaders
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Update Store Status › Request Body
statusStore availability state.
online— Store is accepting orderspaused— Store is temporarily not accepting orders (seereasonfor why)
reasonReason for pausing a store.
operational_issues— Equipment failure or other operational problemsstaff_shortage— Not enough staff to fulfill orderstoo_busy— Order volume too highmaintenance— Scheduled maintenanceother— Other reason
resumeAtOptional: auto-resume at this time
Update Store Status › Responses
Status updated
statusStore availability state.
online— Store is accepting orderspaused— Store is temporarily not accepting orders (seereasonfor why)
reasonReason for pausing a store.
operational_issues— Equipment failure or other operational problemsstaff_shortage— Not enough staff to fulfill orderstoo_busy— Order volume too highmaintenance— Scheduled maintenanceother— Other reason
pausedAtresumeAtIf set, store will auto-resume at this time