Start Free Trial
Start Free Trial

How to bulk upload images to Shopify from your computer

Shopify bulk images - too many images|Images in Shopify Admin|Shopify images bulk upload from desktop - CrossFTP download|Shopify images - opened CrossFTP first time|Shopify bulk images - connect to image server with CrossFTP (new connection)|Shopify bulk images - connect to image server with CrossFTP|Shopify bulk upload images - connected to image file server|Shopify bulk upload images - upload in progress|Shopify bulk image upload - continue uploading after disconnect|Shopify bulk upload images - image upload queue|Shopify bulk image upload - empty server|Shopify bulk import images - paste image links to Excel

When you bulk import images to Shopify for Products or Collections, you need to provideĀ image URL in the “Image Src” column.

But what if you have those images only on your computer? Then they don’t have URLĀ because URL is only for images that are hosted online.

So, if you’re looking for an easier way to bulk upload images to Shopify, look no further!
This step-by-step guide will outline the process required to host your images online in a way that they can be quickly and easily be imported into Shopify using the Matrixify App.

Use Shopify Files for image hosting

The default way of getting images uploaded to Shopify is through the Shopify Admin: “Settings -> Files” section. And then copy-paste each URL to your import file.

While this may work for 100 images, it’s not too easy when you have a lot more, even thousands of images.

Images in Shopify Admin

Use Amazon S3 bucket for image hosting

A great bulk way of uploading images to Shopify is using Amazon S3 bucket.
Amazon S3 option for a lot of images would be an additional cost, but you can also use their Free tier. It offers 5GB of hosting space (other limitations might apply).

How to set up an Amazon S3 bucket and get credentials

We suggest following Amazon tutorials and manuals on how to set up your S3 server as their UI and account creation methods are subject to change without our notice.

We have here found a great manual on how to set up your own Amazon S3 bucket.
Once you need the S3 credentials, here is a great page on how to get Amazon S3 Access Keys.

When you have set up your S3 server and got the credentials at hand, you can look into how to use CrossFTP to connect to your S3 bucket and upload images to it.

Connect to your Amazon S3 bucket and upload files to it

1.Ā Install the CrossFTP application, free version, to your desktop:Ā http://www.crossftp.com/download.htm

Shopify images bulk upload from desktop - CrossFTP downloadYou have a few options how to download the CrossFTP app.

The default way is to download the version that matches your operating system – Windows, MacOS, or Linux.

If you are having the computer that doesn’t allow installing new apps from the internet,Ā you can use the Web StartĀ to launch the CrossFTP directly from the web browser. Or you can download the Portable version to still have it on your computer, but it will not require installing.

2. Open CrossFTP

When opened for the first time, CrossFTP will look like this:

Shopify images - opened CrossFTP first time

3. Open “Site Manager” under File -> Connect

To open the Site Manager, clickĀ File, and then Connect.

The Site Manager will open with a new clean form to enter the connection details. Fill those fields one by one, with your Amazon S3 credentials, so that you end up with a filled form like this:

Shopify bulk images - connect to image server with CrossFTP

After you will enter andĀ Apply to save your connection details, those will be saved and you will not have to enter them again.

If you are having trouble finding and setting up a connection to your Amazon S3 server, feel free to reach out to our support and we will try to help!

4. Press “Apply” and “Connect”

You will now be connected to your image server. It will look like this:Shopify bulk upload images - connected to image file server

On the left side, you see files and directories on your computer.

On the right side, you see the files and directories on the image server.

Now you can drag & drop files and folders from your computer (left side)Ā to the image server (right side), and it will start uploading them.Ā The upload should be very fast – it can upload at about 5’000 typical images per hour.

When uploading images, you will see the upload queue in the left bottom section of the app – like this:

Shopify bulk upload images - upload in progressWhile image uploading is in progress, you can press theĀ Refresh icon on the top to see what has already been uploaded. In the status barĀ at the middle of the window, you can see the count of images that are already uploaded. That way you can get a clue of how far the overall upload is progressed.

How to get URLs for uploaded files?

Ideally, before uploading, you want to name your image files in such a way that you canĀ calculate the image names from the product data you have.

One way is to give image names to match the SKU number. For example, if your Variant SKU for a product is ABC-123, then you want your image file to be named likeĀ ABC-123.jpg.

Another way is to give image names to match the Handle of the Product or Collection. For example, if your Handle isĀ tshirt-red-slim-fit, then your file name should beĀ tshirt-red-shim-fit.jpg.

That way you will be able to guess the image URLs by knowing your SKU or Handles. Then you can use the Excel formula to concatenate the pieces to make up your URL.

Guess the image URL from SKU

If you have “Variant SKU” in the Excel column A, then the formula to calculate the image link for Product “Image Src” column is:

="https://s3-us-west-2.amazonaws.com/excelify-images/<your-store-folder>/"&A2&".jpg"

Notice the <your-store-folder> part of the formula – you need to replace that with your store folder, which is the folder name that comes after the /excelify-images folder or the name of the path to the folder where your Images are in your bucket (you may have something other than “excelify-images”).

Many images per SKU or Product

Sometimes you need to have more than one image per SKU or per product.

You can then name your images by adding numbers to the end.

For example, if your SKU isĀ ABC-123, then you can create images with namesĀ ABC-123-1.jpg,Ā ABC-123-2.jpg,Ā ABC-123-3.jpg, and so on.

Then your formula for the Product “Image Src” column will be like this:

="https://s3-us-west-2.amazonaws.com/excelify-images/<your-store-folder>/"&A2&"-1.jpg ; "&
"https://s3-us-west-2.amazonaws.com/excelify-images/<your-store-folder>/"&A2&"-2.jpg ; "&
"https://s3-us-west-2.amazonaws.com/excelify-images/<your-store-folder>/"&A2&"-3.jpg"

Again, you need to replace theĀ <your-store-folder> with your store folder.

Notice that now in the Image Src cell you will have three images, separated by ; (semicolon). That import will work because the app allows you to import several images from the same row. For more details about that feature, read the tutorial how to import several images from the same row.

Different products might have a different count of images. You don’t have to worry about that because if the image will be missing from the URL, it will still skip it and continue importing only images that really exist.

How to get the list of all uploaded image files into Excel?

If you just want to get the list of uploaded images to the Excel table, so that you can then put the links where you need them, you can copy-paste them from CrossFTP app to Excel.

To do it, select all uploaded images on the server, and pressĀ Ctrl+C on the keyboard (Cmd+C on MacOS). That will have all your image file list copied. Then go to Excel and paste the list of images.

The pasted list of images in Excel will look like this:

Shopify bulk import images - paste image links to ExcelNow, to make the full image URL of those images, you can use the formula like that:

="https://s3-us-west-2.amazonaws.com/"&A1

Potential issues with uploading images and how to solve them

If you find yourself on the empty server

Shopify bulk image upload - empty serverNotice in the address bar at the top – where you are located. If you see you are at the /excelify-images folder, then most likely you have entered the [..] folder (which takes you one level up), or you have pressed theĀ backspace on the keyboard (which also takes you one level up). There, one level up, is anĀ empty void of nothingness, because it’s outside ofĀ your image folder. Now you need to go back to your storeĀ image folder. The easiest way to do it is to connect again.

Press File, and Connect to bring up the Site Manager. Find your saved connection there, and clickĀ Connect. It should connect you again to the image server, and you should see your images again.

If that still doesn’t help, then please check theĀ Remote LocationĀ field in theĀ Site Manager. It should be /excelify-images/<your-store-folder>.

If that doesn’t help either, please, contact Matrixify Support.

If your internet got disconnected or CrossFTP closed while upload was not finished

The CrossFTP app is robust enough to be able to continue uploading images from where it left off, in case you lost the internet connection or had to close the app.

When you will open the app again, it will offer you to continue uploading, like this:

Shopify bulk image upload - continue uploading after disconnectThere you need to press theĀ Restore button. It will restore the “queue” of files that still need to be uploaded.

After pressingĀ Restore, you will again see the queue of files in the left bottom section. Click on that queue and press Ctrl+A (or Cmd+AĀ on MacOS) to select all items. ThenĀ right-clickĀ with the mouse there and select Start Transfer. That will continue uploading images from where you left off.Shopify bulk upload images - image upload queue