Decrement inventory amount
hortusfox_decrement_inventory_itemReduce an inventory item's quantity by one and return the updated amount. Decrement stock levels in the plant management system.
Instructions
Decrement the amount of an inventory item by one. Returns the new amount. Endpoint: /api/inventory/amount/dec.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | Yes | The inventory item ID. |