reallocateitem
Maintains records of inventory reallocations, detailing item movements between locations for optimized stock distribution.
Columns
| Name | Type | References | Description |
| externalid | String | A unique identifier (Id) assigned to each record, often used for integration purposes or referencing records across different systems. | |
| item | String | The specific inventory item being reallocated, identified by its unique item name or number. | |
| location | String | The physical or logical location from which the item is being reallocated, such as a warehouse or store. | |
| quantitycommitted | Double | The total number of units that have been committed for existing sales orders or other reservations but have not yet been shipped. | |
| quantityonhand | Double | The current total number of units available in inventory at the specified location, accounting for all stock that has not been allocated to orders. | |
| quantitypicked | Double | The total number of units that have been selected and removed from inventory for fulfillment but have not yet been shipped. | |
| quantityrequired | Double | The total number of units needed to fulfill demand, such as open orders or manufacturing requirements. | |
| units | String | The unit of measurement associated with the item, such as pieces, boxes, or kilograms, ensuring consistency in inventory tracking. |