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

    Packing slip information.

    interface PackingSlip {
        content: string;
        contentType?: "application/pdf";
        purchaseOrderNumber: string;
    }
    Index

    Properties

    content: string

    A Base64 string of the packing slip PDF.

    contentType?: "application/pdf"

    The format of the file such as PDF, JPEG etc.

    purchaseOrderNumber: string

    Purchase order number of the shipment that the packing slip is for.