Update a product
swell_update_productMUTATES LIVE STORE DATA. Partially update an existing product by id. Provide the id plus a fields object of attributes to change. Swell backend REST API: PUT /products/{id}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Product id to update (required). | |
| fields | Yes | Partial set of product attributes to update, e.g. {"price":19.99,"active":false}. |