update_product
Update a product's details in a product catalog by selecting it via current ID or exact name, then modify fields like price, stock, status, category, and description.
Instructions
Update a product selected by its current ID or exact name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Unique product ID | |
| sku | No | ||
| name | No | Unique product name | |
| price | No | ||
| stock | No | ||
| status | No | Active | |
| category | No | ||
| identifier | Yes | Current product ID or exact name | |
| description | No | ||
| manufacturer | No |