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

    Interface GetItemListResponseData

    GetItemListResponseData sub-interface for GetItemListResponse

    interface GetItemListResponseData {
        item_list?: number[];
        more?: boolean;
        total_count?: number;
    }
    Index

    Properties

    item_list?: number[]

    A list of Shopee's unique identifiers for items.

    more?: boolean

    This is to indicate whether the item list is more than one page. If this value is true, you may want to continue to check next page to retrieve the rest of items.

    total_count?: number

    This is to indicate the whole number of items under the shop category.