Image Import CSV

Topic summary

A user encountered an issue importing multiple product images via CSV file to Shopify. Initially, they attempted to upload two images per product by separating image URLs with semicolons in the Image Src column and using “1; 2” in the Image Position column, but only one image uploaded successfully.

Another user suggested using commas instead of semicolons to separate the image URLs and provided a screenshot example of the proper CSV format.

The original poster resolved the issue by creating separate CSV rows for each image, using only the product handle, image URL, and position fields. This approach successfully uploaded multiple images per product.

Summarized with AI on November 1. AI used: claude-sonnet-4-5-20250929.

Does anyone know how to import more than 1 image per product in the csv file? right now I have it in the Image Src two links separated by “;” and in the image Position 1; 2. But it only upload one image.

Thanks!

Hi @OnlyS

You can try to change it to “,” comma to seperate 2 images. I hope it’s helpful

Example:

Thank you.

Liz

1 Like

Not sure what you meant, but I created another lines only with the handle, the image and the position and it works fine. Thanks anyways.