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

    A token that you use to retrieve the next page of results. The response includes nextToken when the number of results exceeds the page size. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until nextToken is null.

    interface Pagination {
        nextToken?: string;
    }
    Index
    nextToken?: string

    A token that can be used to fetch the next page of results.