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

    Data for creating a shipping label and dimensions for printing the label.

    interface Label {
        CustomTextForLabel?: string;
        Dimensions: LabelDimensions;
        FileContents: FileContents;
        LabelFormat?: LabelFormat;
        StandardIdForLabel?: "AmazonOrderId";
    }
    Index

    Properties

    CustomTextForLabel?: string

    Custom text to print on the label. Note: Custom text is only included on labels that are in ZPL format (ZPL203). FedEx does not support CustomTextForLabel.

    Dimensions: LabelDimensions
    FileContents: FileContents
    LabelFormat?: LabelFormat
    StandardIdForLabel?: "AmazonOrderId"