To update images associated with an existing product, employ the /api/v2/product/set endpoint. To modify a specific product images, identify them using the subsequent fields:
-
event_id:Event ID. The unique identifier for the event.(integer) -
id:Product unique identifier. (integer) -
images[]:Product images files or URL´s separated by comma (string)
Note: When updating existing images, it is necessary to first set the "remove all active images" field update_images TRUE for each active image in order to delete them.