update_product
Modify existing Shopify product attributes such as title, tags, status, vendor, type, and HTML description by providing the product ID.
Instructions
Update an existing product
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Product ID (e.g., 'gid://shopify/Product/123456789') | |
| tags | No | Product tags | |
| title | No | Product title | |
| status | No | Product status | |
| vendor | No | Product vendor | |
| productType | No | Product type/category | |
| descriptionHtml | No | Product description (HTML) |