Sample data
The sample packages install shared demonstration customers and products, then add matrices that exercise SKU and category conditions, supported operators, AND/OR relations and assignments. Use them only in development or disposable demos.
composer require mageb2b/pricesystem-sample-data:*
composer require mageb2b/pricesystem-productcustomermatrix-sample-data:*
php bin/magento setup:upgrade
php bin/magento cache:flush
php bin/magento sampledata:verify:pricesystem-productcustomermatrix
php bin/magento sampledata:reset:pricesystem-productcustomermatrix
The reset command removes data owned by this matrix sample package. Do not run it on production. Shared fixture handling is documented under Pricesystem sample data.