We need a function to allow users to export downloads (media assets such as JPEG/PNG/PDF etc) in bulk rather than having to click on each product to download
If we are releasing new products to customers we cant expect them to have to go in and click over 100+ times
2
Comments
Please sign in to leave a comment.
I’ve come across this challenge a few times. Initially, I built an Excel VBA tool to loop through URLs and download the assets, and later I moved to Python. Both approaches worked for internal use but aren’t practical for end‑users.
When we share media assets, we provide ImageKit URLs instead of the default CDN. This allows end‑users or organisations to push the images directly onto eCommerce platforms without needing to self‑host them. IK URLs are also capable of some interesting transformations using the URL. (https://imagekit.io/docs/transformations)
thanks for sharing - interesting! but agree not practical for end users