Selling Partner API SDK for JavaScript
    Preparing search index...

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

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

    Properties

    IncludePackingSlipWithLabel?: boolean

    When true, include a packing slip with the label.

    LabelFormat?: LabelFormat