Magento2 – How to Get 10K Products Sample Data

magento2sample-data

I have downloaded Magento 2.2 with sample data.

So in sample data instance, there are only 2046 products. So I want 10K sample data products data.

how can I get this data?

Because I want to test my module on 10k products.

Anyone know about this solution?

Best Answer

You can use this command for create sample data product :

php bin/magento setup:perf:generate-fixtures /(Magento root )/setup/performance-toolkit/profiles/ce/(Profile xml as per your need)medium.xml.

You can use medium.xml for that

For more product create click here.

Related Topic