put https://{environment}.neomode.com.br/management/catalog/products//characteristics/
Updates a product characteristic by its unique ID.
Take notice!
This request updates all values already set. Pay attention and don't have anything lost!
Request body example
{
"key": "Cor",
"value": "Vermelho",
"order": 2
}
Fields Description
Field | Type | Description |
---|---|---|
key | String | The characteristic key |
value | String | The defined valur for a characteristic key |
order | Int | The order where it appears on catalog |
Result
A 204- No Content result means that the stock was successfully updated.