Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface SearchPackageList_SearchPackageListPagination

    SearchPackageList_SearchPackageListPagination sub-interface for SearchPackageListResponseData

    interface SearchPackageList_SearchPackageListPagination {
        more?: boolean;
        next_cursor?: string;
        total_count?: number;
    }
    Index

    Properties

    more?: boolean

    To indicate, it's a the last page or not

    next_cursor?: string

    if packages is not empty or length of packages <= page_size. You should pass the next_cursor in the next request as page_sentinel.

    total_count?: number

    Total orders can be returned with your query