v1

latestOpenAPI 3.0.02026-07-2455104.8 MB
Matrixproduct

Update multiple product options

Updates multiple options of a product.

patch/api/v1/products/{id}/options

Path parameters

idstring required

Resource identifier.

Example:17

The resource's identifier.

Request body

idstring

Resource identifier.

sortnumber

Sorting order of the option

namestring

Name of the option

Example request

[
  {
    "id": "17",
    "sort": 1,
    "name": "Sample option"
  }
]

Response

Operation completed successfully, no response body