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

    Contains tokens to fetch from a certain page.

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

    When present, pass this string token in the next request to return the next response page.