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

    Request parameters for getInvoice operation in FinancesInvoicesApi.

    interface FinancesInvoicesApiGetInvoiceRequest {
        invoiceIdentifier: string;
        marketplaceId: string;
        nextTokenForLineItems?: string;
    }
    Index
    invoiceIdentifier: string

    The unique identifier for an invoice. This field is also returned as part of the `InvoiceHeader` element in the response. For AP-Inventory invoices the identifier is formatted as `InvoiceNumber~PayeeCode`.

    marketplaceId: string

    The marketplace ID of the marketplace of the invoice. The marketplace ID is a globally unique identifier used to specify an Amazon marketplace. For more information, refer to Marketplace IDs.

    nextTokenForLineItems?: string

    The response includes `nextTokenForLineItems` when the number of line items exceeds the default page size (600). To get the next page of line items, call the operation with this token, including the same request parameters as the call that generated the token.