CI/CD
Last updated
Was this helpful?
The B2Bsellers Suite is fully compatible with standard Shopware 6 deployment workflows and CI/CD pipelines. To ensure a seamless integration, there are two platform-specific requirements you must incorporate into your build process.
The suite’s active features and add-ons are managed via a license file. This file must be present for the system to unlock the full B2Bsellers functionality.
File Location: [shopware-root]/var/b2b-license.json
Deployment Step: Ensure your CI/CD pipeline copies or generates this file in the var/ directory.
Note: If this file is missing, only the b2bsellerscore will be initialized, and all premium addons will remain inactive.
In addition to the standard Shopware Storefront and Administration builds, you must execute a specific build command for the B2B Platform core.
Build the B2B PlatformLast updated
Was this helpful?
Was this helpful?