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

    Custom text for shipping labels.

    interface LabelCustomization {
        CustomTextForLabel?: string;
        StandardIdForLabel?: "AmazonOrderId";
    }
    Index
    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.

    StandardIdForLabel?: "AmazonOrderId"