Update characteristic color
update_characteristic_colorSet a new hex color for an existing characteristic value. Provide the exact value and color code; the value must already exist in the store.
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". |