update_products
Modify a product's details by its ID, passing a JSON string with the fields to update.
Instructions
Update a row in products by id. data = JSON string of fields to update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| row_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |