Articles on: Frequently Asked Questions (FAQ)

How do I import images for products successfully?

To import product images successfully, ensure your image field mapping includes all possible image sources from your feed. For XML or JSON feeds with multiple image fields, use a combined JMESPath mapping such as:


{{data | jmespath: '[ItemImageLargeUrl, AlternateItemImages.Img[].Url || AlternateItemImages.Img.Url ][]' | json}}


Additionally, in the Product Images field’s Smart Settings, select "Skip existing images, import new images". This prevents duplicates and allows new images to be fetched correctly. These settings have been confirmed to successfully import all images when alternative or multiple image fields are present.

Updated on: 06/07/2026

Was this article helpful?

Share your feedback

Cancel

Thank you!