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

    Success.

    interface GetInvoicesResponse {
        invoices?: Invoice[];
        nextToken?: string;
    }
    Index

    Properties

    invoices?: Invoice[]

    A list of invoices.

    nextToken?: string

    This token is returned when the number of results exceeds the specified pageSize value. To get the next page of results, call the getInvoices operation and include this token with the previous call parameters.