InventoryNumberLocation
Monitors the physical locations of specific inventory items across multiple warehouses, stores, or fulfillment centers.
Columns
| Name | Type | References | Description |
| inventorynumber | String | The unique identifier assigned to a specific inventory item, typically used for tracking and verification purposes. | |
| location | String | The designated storage or fulfillment site where the inventory item is currently located, such as a warehouse, store, or distribution center. | |
| quantityavailable | Double | The total number of units of the inventory item that are currently available for sale or use, excluding items that are already allocated or reserved. | |
| quantityintransit | Double | The number of units of the inventory item that are currently being transferred between locations, such as shipments in progress or items being moved from one warehouse to another. | |
| quantityonhand | Double | The total count of units physically present in inventory, including those allocated for orders but not yet shipped, and excluding backordered or incoming stock. |