Why are my CSV images not importing correctly on Shopify?

my supplier sent me a dropbox link with a csv where i had to change the column images into image src for shopify but the images dont import

one square has about 4 url jpgs instead of a cdn.shopify link for the corresponding items images separated by commas

how do u fix this?

Hello @Vvel

You need to upload images to any server where the direct link can be placed for that image. it should not be any file hosting service like Google Drive, Dropbox or other because it doesn’t provide the direct link to the image file. So, you need to upload it to some hosting where your image direct link can be placed.

Example:

https://example.com/images/productimage1.jpg, https://example.com/images/productimage2.jpg

where the ending of the URL should be the extension of the file.

Let me know if you need any other examples for this.

Thank you,
Kuldeep

My urls are like this:

https://example.com/ex-content/uploads/2021/11/7262-1.jpg, when clicked it takes u an image

If this is still wrong how do it with 2k lines of data? Import the whole csv on some hosting?

you need to add the image data one after one line instead of comma

like this:

cell: A1 - EXAMPLE.COM/WP-CONTENT/IMAGE1.PNG

CELL2: A2 - EXAMPLE.COM/WP-CONTENT/IMAGE2.PNG

How can this be done with 2134 lines?

Did you ever get an answer? I need to import over 30,000 image files!