update_product
Update existing product details by ID. Modify names, pricing, inventory, variants, and more without full replacement.
Instructions
Update any fields of an existing product by productId (partial update). Prices in integer cents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| tags | No | ||
| images | No | ||
| status | No | ||
| options | No | ||
| featured | No | ||
| variants | No | ||
| inventory | No | ||
| productId | Yes | ||
| categoryId | No | ||
| vendor_sku | No | The vendor's item number for this product | |
| description | No | ||
| price_cents | No | Price in integer CENTS (e.g. 1999 = $19.99). Never send dollars. | |
| vendor_notes | No | Standing per-product instruction for the vendor | |
| fulfillment_vendor_id | No | Route orders to a fulfillment vendor; empty string un-routes | |
| compare_at_price_cents | No |