CLI-Commands
all available command are listed over bin/console and prefix b2b:
you can use following CLI Commands:
B2bSellersCore
B2B-Platform Build-Command (Vue.Js)
Following command build the Vue.js b2b-platform and make it available for production use.
bin/console b2b:platform:build
Entity-Mapping Command
E.g. at the customer prices, it is possible to fill customer prices with customer numbers and product numbers instead of UUIDs. Following command fill the necessary UUIDs for product UUIDand customer UUIDif the product or customer is available.
bin/console b2b:entity:map
Migrate existing customers to B2B-customers & create first employee for all available b2b-customers
If you setup our B2Bsellers to an existing shopware 6 shop, you might want all customers to be created directly as employees, so that the login remains and they are forwarded directly to the B2B platform. Then the following commands makes sense for you. Please check on a local environment which command makes sense.
// work through for migrating a normal shopware customer to a b2bplatform customer by filters and options.
bin/console b2b:migrate:customers
// create first employee (same data as customer) for all shopware-customers with custom field "b2b_platform_access" == true
bin/console b2b:create:first-employee-for-customer
// This command deletes all employees for the customers and resets all b2b custom fields for all customers
bin/console b2b:reset:customer
Reinstall Custom Fields
// Installs the CustomFields for Sales Representatives, Customers, Orders, ..
bin/console b2b:migrate:custom-fields
Rebuild the B2B Platform Menu
If you want to reset the B2B platform menu to the default, you can do this with this CLI command.
bin/console b2b:platform-menu:rebuild
Create Test-Data
Currently, it creates only customer and employee test-user, but further, we want to create test products for each function
Use Test-Customersb2b:create:test-data
B2bProductSubscriptions
Following command checks whether there are subscriptions for which an order must be triggered.
bin/console b2b:product-subscription:order
Last updated
Was this helpful?