update_inventory
Partially update an existing inventory record using its ID. Change fields like quantity, warehouse, or SKU without replacing the entire entry.
Instructions
Update an existing inventory by id (partial update).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The resource id | |
| data | Yes | Fields to change on the inventory. Common fields: quantity/stock, warehouseId, sku. |