update_inventory_amount
Adjust the stock count of an inventory item by incrementing or decrementing its quantity. Specify the item ID and choose 'inc' or 'dec' to update the amount.
Instructions
Increment or decrement the stock count of an inventory item in HortusFox.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Whether to increment ("inc") or decrement ("dec") the item count. | |
| item_id | Yes | The unique ID of the inventory item. |