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

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

    interface LabelFormatOption {
        IncludePackingSlipWithLabel?: boolean;
        LabelFormat?: LabelFormat;
    }
    Index
    IncludePackingSlipWithLabel?: boolean

    When true, include a packing slip with the label.

    LabelFormat?: LabelFormat