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

    Label details as part of the transport label response

    interface LabelData {
        carrierCode?: string;
        label?: string;
        labelFormat?: "PDF";
        labelSequenceNumber?: number;
        trackingId?: string;
    }
    Index

    Properties

    carrierCode?: string

    Unique identification of the carrier.

    label?: string

    The base-64 encoded string that represents the shipment label.

    labelFormat?: "PDF"

    The format of the label.

    labelSequenceNumber?: number

    A sequential number assigned to each label within a shipment.

    trackingId?: string

    Tracking Id for the transportation.