Selling Partner API SDK for JavaScript
    Preparing search index...

    Transportation details for this shipment.

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

    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.

    carrierDetails?: CarrierDetails
    estimatedDeliveryDate?: string

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

    shipmentDeliveryDate?: string

    Date on which shipment will be delivered from Vendor to Buyer

    The type of shipment.

    shippedDate?: string

    Date when shipment is performed by the Vendor to Buyer

    The mode of transportation for this shipment.