Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    The transportation option selected to confirm.

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

    Shipment ID that the transportation Option is for.

    transportationOptionId: string

    Transportation option being selected for the provided shipment.