Transportation details for this shipment.

Export

TransportationDetails

interface TransportationDetails {
    billOfLadingNumber?: string;
    carrierDetails?: CarrierDetails;
    estimatedDeliveryDate?: string;
    shipMode?: TransportationDetailsShipModeEnum;
    shipmentDeliveryDate?: string;
    shippedDate?: string;
    transportationMode?: TransportationDetailsTransportationModeEnum;
}

Properties

billOfLadingNumber?: string

The Bill of Lading (BOL) number is a unique number assigned to each shipment of goods by the vendor or shipper during the creation of the Bill of Lading. This number must be unique for every shipment and cannot be a date/time or single character. The BOL numer is mandatory in Shipment Confirmation message for FTL and LTL shipments, and must match the paper BOL provided with the shipment. Instead of BOL, an alternative reference number (like Delivery Note Number) for the shipment can also be sent in this field.

Memberof

TransportationDetails

carrierDetails?: CarrierDetails

Memberof

TransportationDetails

estimatedDeliveryDate?: string

Estimated Date on which shipment will be delivered from Vendor to Buyer

Memberof

TransportationDetails

The type of shipment.

Memberof

TransportationDetails

shipmentDeliveryDate?: string

Date on which shipment will be delivered from Vendor to Buyer

Memberof

TransportationDetails

shippedDate?: string

Date when shipment is performed by the Vendor to Buyer

Memberof

TransportationDetails

The mode of transportation for this shipment.

Memberof

TransportationDetails