v17

latestOpenAPI 3.1.0data: ODbLraw.githubusercontent.com2026-05-26131725.4 KB
Images

Unselect Image

This endpoint allows the user to unselect a photo for a product. The user must provide the product code and the image ID to unselect.

post/cgi/product_image_unselect.pl

Response

OK

statusstring

status of the unselect operation

status_codenumber

status code of the operation

imagefieldstring

image field that was unselected

Example response

{
  "status": "status ok",
  "imagefield": "front_fr"
}