It generates product csv file for various platforms like Shopify, BigCommerce etc. Simple and easy to use.
-
Run
composer require sunilyadav/generator
- This will add package to your project
-
Run
php artisan generator:publish
- It publishes route and controller
-
That's it, hit the below route and file will be downloaded.
- For Shopify:
/shopify/get-products
- For Bigcommerce:
/bigcommerce/get-products
- For Shopify:
By default it genrates csv file for 10 products.
If you want to genrate more products than pass parameter products
in query params with number of product value.
Example : /shopify/get-products?products=100
-
Generate upto 50000 products
-
Upto 27 variants
-
Multi Platforms (Shopify, BigCommerce, etc.)
-
Multiple options like Color, Size and Material
-
Multiple images for single product
-
Fast, Simple and easy to use
Currently this package support product generation for the shopify and bigcommerce. For other platforms, new update will come soon. Stay Connected
MIT