update-product
Modify Shopify product details including title, description, SEO, status, vendor, type, tags, and variants using product ID for precise updates.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
descriptionHtml | No | The new HTML description for the product | |
productId | Yes | The GID of the product to update (e.g., "gid://shopify/Product/1234567890") | |
productType | No | The type or category of the product | |
seo | No | SEO information for the product | |
status | No | Product status (ACTIVE, ARCHIVED, or DRAFT) | |
tags | No | Array of tags to categorize the product | |
title | No | The new title for the product | |
variants | No | Product variants to update | |
vendor | No | The vendor or manufacturer of the product |