set_inventory
Set an absolute inventory quantity for a specific item at a location, overwriting the current available stock.
Instructions
Set inventory to an absolute quantity at a given location. This overwrites the current available quantity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inventory_item_id | Yes | The inventory item ID. | |
| location_id | Yes | The location ID. | |
| available | Yes | The absolute quantity to set. |