adjust_inventory
Update product inventory levels in ShipBob fulfillment centers by specifying product ID, fulfillment center ID, quantity adjustment, and reason. This tool ensures accurate stock management for e-commerce operations.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fulfillmentCenterId | Yes | The ID of the fulfillment center | |
productId | Yes | The ID of the product to adjust | |
quantity | Yes | Quantity to adjust (positive for addition, negative for reduction) | |
reason | Yes | Reason for the adjustment |