update_product_stock
Update the stock quantity of a product by adding or subtracting units, with optional warehouse specification.
Instructions
Update stock quantity for a product
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| units | Yes | Number of units to add or subtract | |
| productId | Yes | Product ID | |
| warehouseId | No | Warehouse ID (optional) |