Magento – How to import multiple images for a single SKU

import-productsmagento2

According to M2 Docs:

If importing multiple images for a single sku, insert a blank row below the sku, and enter the additional image file names in the appropriate columns. The additional rows are understood to belong to the parent sku.

But, when I try to do this I get an error:

enter image description here

This is my import:

enter image description here

The import appears to be treating my "additional rows" as different products and failing validation. What am I doing wrong?

Best Answer

Okay, it appears that you don't add a new row for each additional image you want to add. Instead, you add an extra column called additional_images. And insert the following:

image02.jpg,image03.jpg

Related Topic