A document related to a package.

PackageDocument

interface ShippingApiModelV2PackageDocument {
    contents: string;
    format: "PDF" | "ZPL" | "PNG" | ShippingApiModelV2DocumentFormat;
    type:
        | "PACKSLIP"
        | "LABEL"
        | "RECEIPT"
        | "CUSTOM_FORM"
        | ShippingApiModelV2DocumentType;
}

Properties

Properties

contents: string

A Base64 encoded string of the file contents.

PackageDocument

format: "PDF" | "ZPL" | "PNG" | ShippingApiModelV2DocumentFormat

PackageDocument

type:
    | "PACKSLIP"
    | "LABEL"
    | "RECEIPT"
    | "CUSTOM_FORM"
    | ShippingApiModelV2DocumentType

PackageDocument

MMNEPVFCICPMFPCPTTAAATR