ShipmentTransactionRequests
Manages shipment transaction requests, allowing search and updates based on various shipment and transaction attributes.
Columns
| Name | Type | Description |
| TransactionId [KEY] | Long | Unique identifier for the shipment transaction request. |
| ActionCode | String | Specifies the action to be performed for this transaction request. Valid values: CreateAndConfirmShipment, ShipmentCreate, and ShipmentUpdate. |
| TransactionStatusCode | String | Code representing the status of the shipment transaction request. |
| TransactionStatus | String | Description of the shipment transaction request status. |
| CreatedBy | String | User who created the shipment transaction request. |
| CreationDate | Datetime | Date and time when the shipment transaction request was created. |
| LastUpdatedBy | String | User who last updated the shipment transaction request. |
| LastUpdateDate | Datetime | Date and time of the last update to the shipment transaction request. |
| Carrier | String | The carrier responsible for transporting the shipment. |
| ExternalSystemTransactionReference | String | Reference identifier from an external system for this shipment transaction request. |
| Finder | String | Search key used to locate and retrieve transaction request data. |
| FromActualShipDate | Datetime | Start date range for the actual shipment date. |
| FromInitialShipDate | Datetime | Start date range for the initially planned shipment date. |
| Item | String | Item associated with the shipment transaction request. |
| ModeOfTransportCode | String | Code representing the mode of transport (for example, AIR, SEA, ROAD). |
| Order | String | Order associated with the shipment transaction request. |
| PackingUnit | String | Packing unit details related to the shipment transaction request. |
| ServiceLevelCode | String | Code indicating the level of shipping service requested (for example, STANDARD, EXPRESS). |
| ShipFromOrganizationCode | String | Organization code for the shipping location. |
| Shipment | String | Reference identifier for the shipment record. |
| ShipmentLine | Long | Unique identifier for the shipment line. |
| SoldToCustomer | String | Customer to whom the shipment is sold. |
| ToActualShipDate | Datetime | End date range for the actual shipment date. |
| ToInitialShipDate | Datetime | End date range for the initially planned shipment date. |