Skip to main content
Maintenance mode controls whether the shop is temporarily blocked for customers — e.g. for major updates or deployments.
If the mode is active, the shop cannot be accessed from the outside.
In addition, a maintenance message can be stored that is shown in the frontend.

maintenance* - Basic structure

The basic structure of the maintenance node is shown below:
{
  "errorCodes": {
    "maintenanceModeActive": "Der Shop wird gerade gewartet. Bitte später erneut versuchen."
  }
}
Parameter description
ParameterTypeDescription
errorCodesMain node.
maintenanceModeActivestringMessage that is output when maintenance mode is active.