Update characteristic
update_characteristicUpdate a product characteristic by providing its unique ID and the characteristic fields to modify. Use this to adjust or correct attribute values in your catalog.
Instructions
Update a product characteristic. Call get_operation_schema("UpdateCharacteristic") for the exact request shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Characteristic ID (UUID). | |
| characteristic | Yes | Fields matching the UpdateCharacteristic request schema. |