The complete Shopware configuration – including all mappings – can be exported as a JSON file and imported again. This is ideal for backups and for transferring a configuration from a test environment to a production environment.
Use cases
Backup
Back up your setup before making major changes.
Test → Production
Transfer a verified configuration to the live environment.
Multiple companies
Distribute a base setup as a template.
After an import into a different environment, you should check the credentials and any environment-specific IDs. Then run Test Connection.
Procedure
In the configuration, call the Export function and save the JSON file.
In the target environment, call the Import function and read in the file.
Test the connection and check the mappings in the Mapping Hub.
