How can I bulk upload products on Magento 2.0
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!
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!
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/
https://www.rakeshjesadiya.com/how-to-import-configurable-product-in-magento-2-using-csv/