ShipmentTransactionRequestsshipmentsunpackedLinescosts
Manages cost-related data for unpacked shipment lines, facilitating cost tracking and analysis.
Columns
| Name | Type | Description |
| ShipmentTransactionRequestsTransactionId [KEY] | Long | Unique identifier for the shipment transaction request related to unpacked shipment line costs. |
| ShipmentsDeliveryInterfaceId [KEY] | Long | Identifier for the interface managing shipment delivery in the transaction request. |
| UnpackedlinesDeliveryDetailInterfaceId [KEY] | Long | Unique identifier for the unpacked shipment line delivery details. |
| FreightCostInterfaceId [KEY] | Long | Unique identifier for the freight cost associated with the unpacked shipment line. |
| ShippingCostType | String | Predefined type of shipping cost, such as freight or handling charges. |
| Amount | Decimal | Monetary amount of the shipping cost per unit. |
| Currency | String | Currency code representing the currency used for the shipping cost. |
| ConversionRate | Decimal | Exchange rate used if currency conversion is required. |
| ConversionDate | Date | Date on which the currency conversion was applied. |
| ConversionRateTypeCode | String | Type of exchange rate used for currency conversion. |
| Subinventory | String | Inventory sublocation used to fulfill the shipped item. |
| Locator | String | Detailed inventory locator specifying the storage location for the shipped item. |
| CreatedBy | String | User who created the shipment cost record. |
| CreationDate | Datetime | Date and time when the shipment cost record was created. |
| LastUpdatedBy | String | User who last updated the shipment cost record. |
| LastUpdateDate | Datetime | Timestamp for the most recent update to the shipment cost record. |
| Errors | String | Error details related to the shipment cost processing. |
| DFF | String | Descriptive flexfield (DFF) attributes for additional shipment cost details. |
| Carrier | String | Carrier responsible for transporting the shipment. |
| ExternalSystemTransactionReference | String | Reference for the transaction in an external system. |
| Finder | String | Searchable reference field for locating shipment cost records. |
| FromActualShipDate | Datetime | Start date range for actual shipment. |
| FromInitialShipDate | Datetime | Start date range for initially planned shipment. |
| Item | String | Item associated with the shipment cost. |
| ModeOfTransportCode | String | Code representing the mode of transport (for example, air, sea, land). |
| Order | String | Order number linked to the shipment cost. |
| PackingUnit | String | Packing unit associated with the cost calculation. |
| ServiceLevelCode | String | Code representing the shipping service level. |
| ShipFromOrganizationCode | String | Code identifying the shipping organization. |
| Shipment | String | Unique identifier for the shipment. |
| ShipmentLine | Long | Unique identifier for the shipment line related to the cost. |
| SoldToCustomer | String | Customer to whom the shipment is sold. |
| ToActualShipDate | Datetime | End date range for actual shipment. |
| ToInitialShipDate | Datetime | End date range for initially planned shipment. |
| TransactionId | Long | Unique transaction ID linking this shipment cost record to the transaction request. |