Selling Partner API SDK for JavaScript

    The pagination elements required to retrieve the remaining data.

    Pagination

    interface Pagination {
        nextToken?: string;
    }
    Index

    Properties

    Properties

    nextToken?: string

    Pagination occurs when a request produces a response that exceeds the pageSize. This means that the response is divided into individual pages. To retrieve the next page or the previous page, you must pass the nextToken value or the previousToken value as the pageToken parameter in the next request. There is no nextToken in the pagination object on the last page.

    Pagination

    MMNEPVFCICPMFPCPTTAAATR