Sample data
The sample-data packages install shared demonstration customers and products, then add example lists, product rows and assignments. Use them only in development or disposable demo environments.
composer require mageb2b/pricesystem-sample-data:*
composer require mageb2b/pricesystem-pricelist-sample-data:*
php bin/magento setup:upgrade
php bin/magento cache:flush
Verify the Price List fixtures:
php bin/magento sampledata:verify:pricesystem-pricelist
Reset only the Price List sample set:
php bin/magento sampledata:reset:pricesystem-pricelist
The reset command removes data owned by this sample package. Run it only after confirming that the environment is disposable. Shared fixture handling is documented under Pricesystem sample data.