updateProduct
Modify product fields including title, description, vendor, type, tags, and status by specifying the product ID.
Instructions
Update an existing product
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The product ID to update | |
| title | No | ||
| description | No | ||
| vendor | No | ||
| productType | No | ||
| tags | No | ||
| status | No |