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

    Interface GetItemListResponseData

    GetItemListResponseData sub-interface for GetItemListResponse

    interface GetItemListResponseData {
        has_next_page?: boolean;
        item?: GetItemListItem[];
        next_offset?: number;
        total_count?: number;
    }
    Index

    Properties

    has_next_page?: 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.

    list of item info with item_id/ item_status/ update_time

    next_offset?: number

    if has_next_page is true, this value need set to next request.offset

    total_count?: number

    total count of all items