adjust_inventory
Adjust inventory levels by adding or removing stock at a specific location. Requires inventory item ID and location ID.
Instructions
Adjust inventory by a relative amount (positive to add stock, negative to remove). Requires the inventory_item_id (from a product variant) and location_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inventory_item_id | Yes | The inventory item ID (found on product variants as `inventory_item_id`). | |
| location_id | Yes | The location ID where inventory is stored. | |
| adjustment | Yes | Amount to adjust (positive = add, negative = subtract). |