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

    A list of one or more ShipmentLabels.

    interface TransportLabel {
        labelCreateDateTime?: string;
        labelData?: LabelData[];
        shipmentInformation?: ShipmentInformation;
    }
    Index

    Properties

    labelCreateDateTime?: string

    Date on which label is created.

    labelData?: LabelData[]

    Indicates the label data,format and type associated .

    shipmentInformation?: ShipmentInformation