Goal: Move non-product theme asset images (e.g., backgrounds) from one Shopify store to another without manual one-by-one work.
Key facts/updates:
Shopify currently has no built-in way (Admin or API) to export files from a store.
Downloaded theme ZIPs do not include images; confirmed by Shopify’s help doc. This invalidates advice to copy images from the theme ZIP’s assets folder. A user verified no images appear in the downloaded theme.
Workarounds:
Build/use a JavaScript script to iterate over file URLs and download them; however, automating downloads is tricky (StackOverflow reference).
A script can export a list of all files (blog reference), but you still need to download and re-upload them manually to the new store.
Open items:
A request for a tutorial video was made; no tutorial link provided in the thread.
Outcome/status:
No native automated export/import for theme asset images. Images must be re-added to the destination store, either manually or via custom scripting. Discussion remains open for fully automated solutions.
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.