ecommerce_updateAProductV1
Update a product's name, description, or status. Set the status to published, draft, or archived to control visibility and buyability, then get 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. |