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

    Success.

    interface GetInvoicesExportsResponse {
        exports?: Export[];
        nextToken?: string;
    }
    Index

    Properties

    Properties

    exports?: Export[]

    A list of exports.

    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.