Retrieve Product Image From HTTP request

6

I want to be able to load Product Images from an HTTP request as an alternative to using a disk location. This would allow us to retrieve the images from our image API server.
For example:
Using the same field “Product Images Folder” this would instead have an http or https URL endpoint,
so excluding the file name. The image file name will still be as specified in the attached screenshot, but instead of from a file location from an http location.
When viewing the product in IQ the images will be retrieved from the http endpoint. I would also like the image retrieval to be flexible enough to be able to render a jpg or a png.

Leave A Comment