Multiple Product Image URLs

Clients can now pass URLs in the images[] field for the /api/v2/product/set endpoint, allowing them to create/update products using image URLs.

Sample Request of product with a single image:-

Screenshot 2023-09-06 at 3.24.04 PM-20230906-095410.png

How it reflects on the web:-

image-20230906-095557.png


To pass multuple images in one request, urls have to be passed as a separate key-value pair with images[] as the key and url as the value.

Sample Request of product with multiple images:-

image-20230906-101611.png

How it reflects on the web:-

image-20230906-101657.png