update_product
Modify product details including name, description, or active status in the Stream system. Only specified fields are updated.
Instructions
Update an existing product's name, description, or active status.
Only the fields you provide will be changed.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes | ||
| name | No | ||
| description | No | ||
| is_active | No |