Store
Toggle maintenance mode
Enables or disables maintenance mode for the specified store. Requires the stores.update permission.
put/stores/{storeId}/maintenance
Path parameters
storeIdstring uuid required
The ID of the store to update.
Request body
Example request
{
"reason": "\n Examples of maintenance reasons include:\n - \"System updates in progress.\"\n - \"Inventory restocking.\"\n - \"Technical difficulties.\"\n "
}Response
The object was successfully updated.
Changes
No recorded changes to this endpoint across all 1 revision of this API.