post https://{environment}.neomode.com.br/management/catalog/products//characteristics
Creates a new product characteristic.
Request body example:
{
"key": "Cor",
"value": "Vermelho",
"order": 0
}
Fields description:
Field | Type | Description |
---|---|---|
id | Guid | Characteristic ID |
productId | Guid | Product ID |
key | String | A key that represents this characteristic |
value | String | A definition of value for a key |
Responses