Sample data
The sample packages create shared demonstration customers, products and categories, then add customer and group category price examples. They are intended for development and disposable demos.
composer require mageb2b/pricesystem-sample-data:*
composer require mageb2b/pricesystem-categoryprice-sample-data:*
php bin/magento setup:upgrade
php bin/magento cache:flush
php bin/magento sampledata:verify:pricesystem-categoryprice
php bin/magento sampledata:reset:pricesystem-categoryprice
The reset command removes records owned by the Category Price sample package. Do not run it against production data. See Pricesystem sample data for the shared fixtures.