Update a product
ecommerce_updateAProductV1Update a product's name, description, or status to manage its visibility. Set status to published to make it buyable, draft to hide it, or archived to retire it. Returns the updated product summary.
Instructions
Update a product's name, description or status. Set status to published to make it buyable, draft to hide it, or archived to retire it. Variants, prices and inventory are managed through the variant endpoints, not here. Returns the updated product summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | The product name. | |
| status | No | Set "published" to make the product buyable, "draft" to hide it, or "archived" to retire it. | |
| store_id | Yes | The ID of the store that owns the product. | |
| product_id | Yes | The ID of the product to update. | |
| description | No | The product description. |