Update Characteristic

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

FieldTypeDescription
keyStringThe characteristic key
valueStringThe defined valur for a characteristic key
orderIntThe order where it appears on catalog

📘

Result

A 204- No Content result means that the stock was successfully updated.

Language
Authorization
Basic
base64
:
URL