shopify_update_product
Update an existing product's title, description, type, vendor, tags, status, or handle by providing its ID. Returns updated product and any errors.
Instructions
Update fields on an existing product by GID or numeric ID. Required: id. All other fields are optional and only applied if provided. Returns product + userErrors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| title | No | ||
| descriptionHtml | No | ||
| productType | No | ||
| vendor | No | ||
| tags | No | ||
| status | No | ||
| handle | No |