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:-
How it reflects on the web:-
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:-
How it reflects on the web:-