cancel
Showing results for 
Search instead for 
Did you mean: 

How to upload Products in Bulk with images ?

SOLVED

How to upload Products in Bulk with images ?

How to upload Products in Bulk with images

2 ACCEPTED SOLUTIONS

Accepted Solutions

Re: How to upload Products in Bulk with images ?

Hi @shekhar_n

You can import products using Magento native functionality.

You need to upload images separately then path of image in csv file.

For more info:

https://docs.magento.com/m2/ce/user_guide/system/data-import-product-images.html

https://magehit.com/blog/import-all-products-with-images-in-magento-2/

I hope it will help you.

View solution in original post

Re: How to upload Products in Bulk with images ?

Hi @sekhar_n 

 

To upload images with product csv you need to have server access (cpanel or ftp). First upload product images on the server and then import csv file with associated image names.

Please follow below steps:-


Step 1: Upload the image files on Server


On the Magento server, upload the image files to the default folder for importing product images: pub/media/import. You can use a different folder as well on the Magento server, as long as the path to the folder is specified during the import process.

 

 

Step 2: Import Product Images with file CSV


In the CSV data, enter the name of each image file to be imported on the correct row, by SKU, and in the correct column according to image type (base_image, small_image, thumbnail_image, or additional_images). Make sure the relative path to the import directory is included before each file name. For example: /pub/media/import/image.jpg. The CSV file needs to include only the SKU column and the related image columns. If you want to import multiple images for a single SKU, insert a blank row below the SKU, and enter the additional image file names in the appropriate columns.


Follow the instruction in importing products till the filling in the Images File Directory field.
Enter the path to the the folder that you upload your images in the beginning in Images File Directory fields and continue importing products. Import All Products with Images

If my answer is helpful, please Accept as Solution & give Kudos

View solution in original post

2 REPLIES 2

Re: How to upload Products in Bulk with images ?

Hi @shekhar_n

You can import products using Magento native functionality.

You need to upload images separately then path of image in csv file.

For more info:

https://docs.magento.com/m2/ce/user_guide/system/data-import-product-images.html

https://magehit.com/blog/import-all-products-with-images-in-magento-2/

I hope it will help you.

Re: How to upload Products in Bulk with images ?

Hi @sekhar_n 

 

To upload images with product csv you need to have server access (cpanel or ftp). First upload product images on the server and then import csv file with associated image names.

Please follow below steps:-


Step 1: Upload the image files on Server


On the Magento server, upload the image files to the default folder for importing product images: pub/media/import. You can use a different folder as well on the Magento server, as long as the path to the folder is specified during the import process.

 

 

Step 2: Import Product Images with file CSV


In the CSV data, enter the name of each image file to be imported on the correct row, by SKU, and in the correct column according to image type (base_image, small_image, thumbnail_image, or additional_images). Make sure the relative path to the import directory is included before each file name. For example: /pub/media/import/image.jpg. The CSV file needs to include only the SKU column and the related image columns. If you want to import multiple images for a single SKU, insert a blank row below the SKU, and enter the additional image file names in the appropriate columns.


Follow the instruction in importing products till the filling in the Images File Directory field.
Enter the path to the the folder that you upload your images in the beginning in Images File Directory fields and continue importing products. Import All Products with Images

If my answer is helpful, please Accept as Solution & give Kudos