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

    Represents a customer invoice associated with a purchase order.

    interface CustomerInvoice {
        content: string;
        purchaseOrderNumber: string;
    }
    Index
    content: string

    The Base64 customer invoice.

    purchaseOrderNumber: string

    The purchase order number for this order.