attribute_update
Update existing product attributes by providing a JSON array with attribute IDs and fields to modify.
Instructions
Update (patch) existing product attributes.
Parameters
data : JSON array of partial attribute objects. Must include "id" plus the fields to update.
Example
'[{"id": 5, "name": {"ro": "Marime", "en": "Size"}}]'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||