Represents physical movement of product, generally involving commercial bulk transportation services.
| Name | Data Type | Description |
|---|---|---|
| ShipmentKey | Integer |
System assigned, immutable value that uniquely identifies the record |
| BLNumber | String |
User assigned, mutable value that uniquely identifies the record |
| Type | ShipmentType |
Used to identify the type of Shipment taking place |
| Date | DateTime |
Date of Shipment |
| Location | Location |
Corresponds to the origination Location |
| Order | Order |
Order associated with the Shipment |
| FreightQuote | Nullable<Decimal> |
User supplied estimation of freight cost |
| Terms | ShipmentTerms |
Refer to data type’s documentation for further information |
| Carrier | Name |
Refer to data type’s documentation for further information |
| Destination | Location |
Refer to data type’s documentation for further information |
| Booking | Booking |
Refer to data type’s documentation for further information |
| Pallets | Integer |
The count of standard pallets used |
| PalletExchangeProgram | ShipmentPalletExchangeProgram |
Refer to data type’s documentation for further information |
| LoggerNumber | String |
User assigned text intended to capture information not otherwise captured by other properties |
| ContainerNumber | String |
User assigned text intended to capture information not otherwise captured by other properties |
| SealNumber | String |
User assigned text intended to capture information not otherwise captured by other properties |
| ShipmentContainer | ShipmentContainer |
Refer to data type’s documentation for further information |