v1
latestOpenAPI 3.0.02026-07-2455104.8 MBProduct
Update product properties
Update Properties of a single product
patch/api/v1/products/{id}/properties
Path parameters
idstring required
Resource identifier.
Example:17
The resource's identifier.
Request body
Example request
[
{
"id": "17",
"property": {
"id": "1337"
},
"name": "Color",
"unit": "kg",
"value": "Green"
}
]Response
Operation completed successfully, no response body