Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface GetShopCategoryListParams

    Parameters for getting shop category list

    interface GetShopCategoryListParams {
        page_no: number;
        page_size: number;
        [key: string]: string | number | boolean | undefined;
    }

    Indexable

    • [key: string]: string | number | boolean | undefined
    Index

    Properties

    Properties

    page_no: number

    Specifies the starting entry of data to return. Range: [1, 2147483647]

    page_size: number

    Specifies the total returned data per entry. Range: [1, 100]