How to import product images from external URL in Magento
Introduction Generally, we import the product images by copying all the images to /media/import folder, adding image path relative to /media/import in CSV corresponding to the product SKUs and running the import profile. Sometimes you may need to import images from external URL and this is the case when you are using third-party web services …