v1

latestOpenAPI 3.0.02026-07-2455104.8 MB
Product Media

Update multiple product media

Updates multiple product media

patch/api/v1/productMedia

Request body

idstring

Resource identifier.

titlestring nullable

The title of the media

descriptionstring nullable

The description of the media

keyword'defaultImage' | 'printImage' | 'labelImage' | 'otherImage'
sortinteger nullable

Example request

[
  {
    "id": "17",
    "product": {
      "id": "1337"
    },
    "title": "Vitra Eames Plastic Chair",
    "description": "Front picture of the Vitra Eames Plastic Chair",
    "keyword": "defaultImage",
    "sort": 1
  }
]

Response

Operation completed successfully, no response body