Export/import theme assets images to another store

Hi all,

im moving a theme from one shop to another and i need to move the assets images as well (there are a lot)

I didnt found anything on the subject so, is there a way, other than manually one by one, to export/import these kind of images from one shop to another? have in mind they are not product images, but backgrounds and stuff.

thanks

There is currently no built-in way to export files from a Shopify store via admin or with the API.

You could build a JS script to loop through all the file URLs and download the files, but it gets tricky to automatically download them:

https://stackoverflow.com/a/29606450

I believe @Jason has script to export the list of files as well - though you’d still need to download:

https://freakdesign.com.au/blogs/news/113610119-export-a-list-of-all-files-in-the-shopify-admin

  1. Export your your theme files. Download the zip.

  2. Extract the zip file.

  3. Do the same with the new theme.

  4. Copy the image files from the assets folder in the first zip to the assets folder in the new zip.

  5. Re-zip the theme files (new) and upload it to shopify.

3 Likes

Is there a tutorial video for this somewhere?

Paul,

I’ve tried this but I don’t see any image files contained in the downloaded theme file.

1 Like

“Theme downloads don’t include images. If you want to upload the theme to another store, then you need to re-add images separately.”
https://help.shopify.com/en/manual/online-store/themes/managing-themes/downloading-themes