adjust_inventory
Modify inventory levels for a specific product in a warehouse by adding or removing stock, with a specified reason for the adjustment. Integrates with the ShipHero MCP Server.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
product_id | Yes | The ID of the product to adjust inventory for | |
quantity | Yes | The quantity to adjust (positive to add, negative to remove) | |
reason | Yes | Reason for the adjustment | |
warehouse_id | Yes | The warehouse ID where inventory is being adjusted |