update_product
Partially update an existing product by ID, changing only the fields you provide such as name, price, stock, or description.
Instructions
Update an existing product by id (partial update).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The resource id | |
| data | Yes | Fields to change on the product. Common fields: name, slug, price, mrp, sku, stock, active, description, categoryId, images (string[]). |