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

    The transportation option selected to confirm.

    interface TransportationSelection {
        contactInformation?: ContactInformation;
        shipmentId: string;
        transportationOptionId: string;
    }
    Index

    Properties

    contactInformation?: ContactInformation
    shipmentId: string

    Shipment ID that the transportation Option is for.

    transportationOptionId: string

    Transportation option being selected for the provided shipment.