Magento – Magento 2 : Need to import product image from external url

importimportexportmagento2product-images

I just need to import all product images from external url , can i able to do this using default functionality in magento 2.

If yes, how can i use this product images external url during import csv file in magento ?
is there any setting , please share your if anyone have idea

Best Answer

OOTB Magento provides this feature so you don't need to do anything for this. For this, You can just pass your Image URL (base_image, small_image, thumbnail_image, or additional_images)

http://example.com/images/image.jpg

Source(Method 2): DevDocs

Related Topic