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

    Interface GetShopCategoryListRequest

    Request parameters for get_shop_category_list

    Use this call to get list of shop categories

    interface GetShopCategoryListRequest {
        page_no: number;
        page_size: number;
    }
    Index

    Properties

    Properties

    page_no: number

    Specifies the total returned data per entry. The parameter range of page_no should be [1, 100]

    page_size: number

    Specifies the starting entry of data to return in the current call. The parameter range of page_size should be [1, 2147483647]