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

Label

interface MerchantFulfillmentApiModelLabel {
    CustomTextForLabel?: string;
    Dimensions: MerchantFulfillmentApiModelLabelDimensions;
    FileContents: MerchantFulfillmentApiModelFileContents;
    LabelFormat?:
        | "PDF"
        | MerchantFulfillmentApiModelLabelFormat
        | "PNG"
        | "ZPL203"
        | "ZPL300"
        | "ShippingServiceDefault";
    StandardIdForLabel?: AmazonOrderId
    | "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.

Label

Label

Label

LabelFormat?:
    | "PDF"
    | MerchantFulfillmentApiModelLabelFormat
    | "PNG"
    | "ZPL203"
    | "ZPL300"
    | "ShippingServiceDefault"

Label

StandardIdForLabel?: AmazonOrderId | "AmazonOrderId"

Label

MMNEPVFCICPMFPCPTTAAATR