PickActionInventoryDetail
The table storing inventory details for pick actions, used in warehouse management to track the items picked for fulfillment.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | A unique internal identifier assigned to the record, used to track and reference the entry within the system. | |
| bin | String | The bin number associated with the inventory, used to track the storage location of items within the warehouse or facility. | |
| inventorynumber | String | The unique number assigned to the inventory item, used for tracking and referencing specific products or goods. | |
| pickaction | String | The action associated with picking the inventory item (such as 'pick', 'ship', or 'hold'), typically used in warehouse management. | |
| quantity | Decimal | The quantity of the inventory item, representing the amount available, ordered, or picked for a transaction. |