product_update
Update existing products by sending partial product data. Include identifier (sku or id) and fields to modify.
Instructions
Update (patch) existing products.
Parameters
data : JSON array of partial product objects. Must include an identifier field (id or sku) plus the fields to update.
Example
'[{"sku": "TEST-001", "versions": [{"sku": "TEST-001", "price": 79.99}]}]'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||