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

    Contains tokens to fetch from a certain page.

    interface Pagination {
        nextToken?: string;
    }
    Index

    Properties

    Properties

    nextToken?: string

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