update_product
Update an existing Shopify product's title, tags, status, vendor, product type, and description. Provide the product ID and the new field values to apply changes.
Instructions
Updates an existing product
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Shopify Product GID | |
| tags | No | New tags | |
| title | No | New title | |
| status | No | New status | |
| vendor | No | New vendor | |
| productType | No | New product type | |
| descriptionHtml | No | New description (HTML) |