Images From An External Source (URL)
Importing Images to Products form an External Source (or URL)
If your images are stored on an external server, or using cloud file storage (such as DropBox, or Amazon S3), you do not need to move your image files to Zoey before importing to CSV.
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 URLs
If 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)
Updated 10 months ago