- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
bulk upload products
How can I bulk upload products on Magento 2.0
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: bulk upload products
Hi @alfarisa_indah
You can follow the following blog to import bulk products in magento.
https://www.mageplaza.com/kb/how-to-import-all-products-with-images-magento-2.html
Magento Documentation:
https://docs.magento.com/m2/ce/user_guide/system/data-import.html
I hope it will help you!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: bulk upload products
Hello @alfarisa_indah ,
You can upload bulk products by using importing all the products through csv files. For this you will need a csv file. Please follow this link of magento devdocs
https://docs.magento.com/m2/ce/user_guide/system/data-import.html
Hope it helps!
Accept as solution and kudos if it works for you!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: bulk upload products
You can import bulk product using an import CSV file, If you want to import bulk simple product,
https://www.rakeshjesadiya.com/how-to-import-simple-product-in-magento-2-using-csv/
import configurable product in Magento 2,
https://www.rakeshjesadiya.com/how-to-import-configurable-product-in-magento-2-using-csv/
Magento 2 Blogs/Tutorial