adjust_inventory
Adjust inventory levels for a specific item at a location. Use a positive delta to increase stock or negative to decrease, with an optional reason.
Instructions
Adjusts the inventory of an item at a location (increase or decrease)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| delta | Yes | Change amount (positive = increase, negative = decrease) | |
| reason | No | Reason for adjustment (e.g. "correction", "received") | |
| locationId | Yes | Location GID | |
| inventoryItemId | Yes | Inventory Item GID |