How to Import Images From an External URL in Magento 2
The following article explains how to import images from an external URL in Magento 2. You cannot imagine an e-commerce website without product pictures. Uploading visual content elements, however, may be challenging. The more products you have, the more work should be done, especially when you upload each image manually.
Luckily, importing product images to Magento 2 with product data introduces a better way to fill your catalog with content. Instead of uploading pictures to your server and then providing their names during the import process, Magento 2 lets you import images from external URLs. Although this functionality is possible by default, there are several alternative ways to do so.
Below, we focus on the default approach and one of the alternatives. Let’s see how to import product images to Magento 2 using external URLs. Check other useful tips here: Magento 2 Cookbook. Continue Reading