Interface MerchantFulfillmentApiModelFileContents

The document data and checksum.

FileContents

interface MerchantFulfillmentApiModelFileContents {
    Checksum: string;
    Contents: string;
    FileType:
        | MerchantFulfillmentApiModelFileType
        | "application/pdf"
        | "application/zpl"
        | "image/png";
}

Properties

Checksum: string

An MD5 hash to validate the PDF document data, in the form of a Base64 string.

FileContents

Contents: string

Data for printing labels encoded into a Base64, GZip-compressed string.

FileContents

FileType:
    | MerchantFulfillmentApiModelFileType
    | "application/pdf"
    | "application/zpl"
    | "image/png"

FileContents

MMNEPVFCICPMFPCPTTAAATR