WarehouseTransferLine
Represents individual line items within a warehouse transfer, capturing item details, quantities, costs, transfer direction, and associated inventory documents.
Columns
| Name | Type | Description |
| auditCreatedBy | String | The user who created the warehouse transfer line. |
| auditCreatedDateTime | Datetime | The date and time when the warehouse transfer line was created. |
| auditModifiedBy | String | The user who last modified the warehouse transfer line. |
| auditModifiedDateTime | Datetime | The date and time when the warehouse transfer line was last modified. |
| cost | Decimal | The unit cost of the item on this warehouse transfer line. |
| extendedCost | Decimal | The total extended cost for this warehouse transfer line, calculated as unit cost multiplied by quantity. |
| extendedStandardCost | Decimal | The total extended standard cost for this warehouse transfer line, calculated as standard cost multiplied by quantity. |
| href | String | The URL of the warehouse transfer line resource. |
| id | String | The unique identifier of the warehouse transfer line record. |
| inventoryDocumentLine_Href | String | The URL of the inventory document line associated with this warehouse transfer line. |
| inventoryDocumentLine_Id | String | The Id of the inventory document line associated with this warehouse transfer line. |
| inventoryDocumentLine_Key | String | The system-assigned key of the inventory document line associated with this warehouse transfer line. |
| inventoryDocument_Href | String | The URL of the inventory document associated with this warehouse transfer line. |
| inventoryDocument_Id | String | The Id of the inventory document associated with this warehouse transfer line. |
| inventoryDocument_Key | String | The system-assigned key of the inventory document associated with this warehouse transfer line. |
| item_Href | String | The URL of the item associated with this warehouse transfer line. |
| item_Id | String | The Id of the item associated with this warehouse transfer line. |
| item_Key | String | The system-assigned key of the item associated with this warehouse transfer line. |
| key [KEY] | String | The system-assigned key that uniquely identifies the warehouse transfer line record. |
| lineNumber | String | The line number of this warehouse transfer line within the parent warehouse transfer. |
| memo | String | The memo or notes recorded on this warehouse transfer line. |
| quantity | Decimal | The quantity of the item being transferred on this warehouse transfer line. |
| standardCost | Decimal | The standard cost per unit of the item on this warehouse transfer line. |
| transferDirection | String | The direction of the transfer for this line, such as outbound or inbound. |
| unit_Href | String | The URL of the unit of measure associated with this warehouse transfer line. |
| unit_Id | String | The Id of the unit of measure associated with this warehouse transfer line. |
| unit_Key | String | The system-assigned key of the unit of measure associated with this warehouse transfer line. |
| warehouseTransfer_Href | String | The URL of the warehouse transfer associated with this warehouse transfer line. |
| warehouseTransfer_Id | String | The Id of the warehouse transfer associated with this warehouse transfer line. |
| warehouseTransfer_Key | String | The system-assigned key of the warehouse transfer associated with this warehouse transfer line. |
| warehouse_Href | String | The URL of the warehouse associated with this warehouse transfer line. |
| warehouse_Id | String | The Id of the warehouse associated with this warehouse transfer line. |
| warehouse_Key | String | The system-assigned key of the warehouse associated with this warehouse transfer line. |
| warehouse_Name | String | The name of the warehouse associated with this warehouse transfer line. |
| ListAggregate_TrackingDetail | String | The aggregate list of tracking details associated with this warehouse transfer line. |