Images From An External Source (URL)
Adding Image Paths To CSV
When working on your CSV (Importing Images), you can use "Full Paths" to map your SKUs to images uploaded in the steps above.
Example
| sku | image |
|---|---|
| product-sku | http://www.myserver.com/images/image123.jpg |
Dropbox URLsIf you're importing images from Dropbox URLs you will need to change the URL ending from ?dl=0 to ?dl=1 - For example:
https://www.dropbox.com/t/123456/Test_Image_Product_Black_SKU_01.jpg?dl=0 Needs to be: https://www.dropbox.com/t/123456/Test_Image_Product_Black_SKU_01.jpg?dl=1
(This is not a real URL - for demonstration purposes only)
