30
17 usages left
Rating 0 stars - 0 votes

How to import product images to Magento 2 via admin

How to Import Products to Magento 2: Learn how to properly prepare CSV file and configure import settings for product upload

Setting up images in Magento 2 is an important step of catalog handling. Doing this you should get acquainted with some specifics, Magento 2 introduces in terms of image management.


Similarly to its predecessor Magento 2 allows to configure small, base, thumbnail images and offers new image type, called swatch image. If you have abundance of products and need to attach photos to them, you can fulfill the task via admin import functionality. Beside traditional image upload from the local server, there has been added the possibility to assign pictures to products via import having URL path to them in .csv file.


Below in this article we are going to outline the overall process of importing images (from local server as well as remote ones) to Magento 2 via default import tool.


Method #1. Magento 2 Image Import from Local Server

This method of Magento 2 image import requires you to fulfill two preconditions:

  1. Upload locally stored images to /pub/media/import folder on the server.
  2. Specify image names with their extension in .csv file (Base, Small, Thumbnail, Swatch image and Additional images).


Further you have to specify image names in certain columns of your .csv files, depending on the roles, these images should perform at the frontend (Base, Small, Thumbnail or Additional images). Insert names of images in base_image, small_image, thumbnail_image columns respectively. If there are several additional images to be assigned to single product, use comma separator to detach their names in additional_images column.


Import product images via admin example file
How to Import Product Images to Magento 2 via Admin


When you have adjusted the import file, adhere to the following steps:

  1. Navigate to System->Import option in sidebar menu and select products as entity type for import.

  2. Choose import behavior and field separators, consider multiple value separator if you use one for additional images in Magento 2 import.

  3. Magento Import Settings
    How to Import Product Images to Magento 2 via Admin

  4. Choose the file products will be imported from.

  5. Specify path to file directory on the server, to which you have uploaded images previously.

  6. Magento image import
    How to Import Product Images to Magento 2 via Admin

  7. Click "Check Data" button to determine whether file corresponds to Magento requirements.

  8. Confirm data upload pressing "Import" button after validation is completed.

  9. magento-import-file-validation
    How to Import Product Images to Magento 2 via Admin

  10. Images have been added to the product through import and you can check the results.

  11. Magento 2 images at the frontend
    How to Import Product Images to Magento 2 via Admin

Method #2 Import Images to Magento 2 from External URLs

If images are stored on external server, you can import them to Magento 2 having full URL path in corresponding .csv file column (base_image, small_image, thumbnail_image, additional_images).


The screenshot, attached below, demonstrates extract from Magento 2 image import file and includes test image addresses.


Magento image import file
How to Import Product Images to Magento 2 via Admin

To upload product photos from URL, you should adhere to the steps as they are outlined above.


Import Images Without Copying Them to Server Directory

Image import to Magento 2 is certainly a valuable facility, although at times it requires excessive manipulations. Imagine you have hundreds of new products to be uploaded to Magento store, each having Base, Small, Thumbnail images and a couple of Additional images to be displayed in the gallery. These should be first copied to /pub/media/import and afterwards ascribed to merchandise through import.


If you are looking for the way to optimize import of images to Magento 2 and bypass extra challenges, you can consider exploiting Store Manager for Magento. Beside manual mode of bulk image assign, Store Manager handles import of local and remote images.


Using Store Manager to upload locally stored images, you do not need to store them in /pub/media/import beforehand, as it is required by admin import tool. Instead, you just need to provide path to the folder on your PC that keeps images, you need to import to Magento 2.


Import of images to Magento 2
How to Import Product Images to Magento 2 via Admin


Detailed step-by-step tutorial on image upload via Store Manager for Magento is available in this post - Import Images With Store Manager for Magento


Try Quick Way to Import Magento 2 Images Try Now



Related Articles:


How to Replace or Delete Magento Order Items Tutorial 1

Replace Product Images in Magento 2

Find out how to quickly update Magento 2 images via import and detect the duplicates. Read More...

Add Magento 2 Visual Swatches With Store Manager for Magento

Add Magento 2 Visual Swatches

Check the ways to add visual swatches to your Magento configurable products for better presentation. Read More...

import images from external urls to magento

Import Images from External URLs to Magento

Detailed guides on how to import images from URLs including the list of required CSV columns. Read More...

detect missing duplicated unlinked magento images

No More Missing, Duplicated or Unlinked Magento Images

Find out how to prevent your images from getting duplicated, unlinked or undisplayed and what to do if issue occured. Read More...

COMMENTS
Live Chat