v1

latestOpenAPI 3.0.02026-07-2455104.8 MB
Matrixproduct

View product option value

Returns details of a single value from an option of a matrix product.

get/api/v1/products/{productId}/options/{optionId}/values/{id}

Path parameters

productIdstring required

Resource identifier.

Example:17

Product ID of the matrix product.

optionIdstring required

Resource identifier.

Example:17

Option ID from the value it belongs to.

idstring required

Resource identifier.

Example:17

The resource's identifier.

Response

Operation completed successfully.

Example response

{
  "data": {
    "id": "123456",
    "name": "Sample name",
    "sort": 1
  }
}