Update characteristic color
update_characteristic_colorSet the hex code of an existing color characteristic value. Recolor the matching value by supplying its exact stored name and the desired color code.
Instructions
Set the hex code of a color characteristic value. The value must already exist among the store's characteristic values (see list_characteristic_colors) — this endpoint recolors an existing value, it does not create one. Both fields are required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Characteristic value to recolor, exactly as it is stored (e.g. «Красный»). | |
| color_hex | Yes | Color as a hex code (e.g. "#FF0000") or one of the special values "multicoloured" / "transparent". |