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

    Interface GetItemListRequest

    Request parameters for get_item_list

    Use this call to get items list of certain shop_category

    interface GetItemListRequest {
        page_no?: number;
        page_size?: number;
        shop_category_id: number;
    }
    Index

    Properties

    page_no?: number

    If many items are available to retrieve, you may need to call this api multiple times to retrieve all the data. And the default will be 0. page_size*page_no should be [0, 2147483446].

    page_size?: number

    Specifies the starting entry of data to return in the current call. Default is 1000. The input range of page_size is [0, 1000]

    shop_category_id: number

    ShopCategory's unique identifier.