update_product
Update a Shopify product by modifying only specified fields such as title, description, vendor, type, tags, or status while preserving all other existing data.
Instructions
Update an existing product. Only provided fields are changed; omitted fields remain unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes | The numeric Shopify product ID to update. | |
| title | No | New title. | |
| body_html | No | New HTML description. | |
| vendor | No | New vendor. | |
| product_type | No | New product type. | |
| tags | No | New comma-separated tags (replaces all existing tags). | |
| status | No | New status. |