Custom text for shipping labels.

Export

LabelCustomization

interface LabelCustomization {
    CustomTextForLabel?: string;
    StandardIdForLabel?: "AmazonOrderId";
}

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.

Memberof

LabelCustomization

StandardIdForLabel?: "AmazonOrderId"

Memberof

LabelCustomization