Interface MerchantFulfillmentApiModelLabelFormatOption

The label format details and whether to include a packing slip.

LabelFormatOption

interface MerchantFulfillmentApiModelLabelFormatOption {
    IncludePackingSlipWithLabel?: boolean;
    LabelFormat?:
        | "PDF"
        | MerchantFulfillmentApiModelLabelFormat
        | "PNG"
        | "ZPL203"
        | "ZPL300"
        | "ShippingServiceDefault";
}

Properties

IncludePackingSlipWithLabel?: boolean

When true, include a packing slip with the label.

LabelFormatOption

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

LabelFormatOption

MMNEPVFCICPMFPCPTTAAATR