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

    The pagination elements required to retrieve the remaining data.

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

    A generated string used to pass information to your next request. If NextToken is returned, pass the value of NextToken to the next request. If NextToken is not returned, there are no more shipment items to return.