itemBinQuantity
Stores quantity details of items within specific bins, facilitating accurate inventory management.
Columns
| Name | Type | References | Description |
| bin | String | The unique identifier for the storage bin where items are located within the warehouse, enabling businesses to manage inventory. | |
| item | String | The specific item stored in the bin, identified by its internal item name or Stock Keeping Unit (SKU). | |
| onhand | Double | The total quantity of the item currently stored in the specified bin, regardless of availability. | |
| onhandavail | Double | The quantity of the item in the bin that is available for allocation, excluding committed stock or reserved inventory. |