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

    Interface GetItemSetItemListRequest

    Request parameters for get_item_set_item_list

    Get the item list of the product set, including item name, id, etc. (For TW, ID, TH, PH, MY, SG, VN)

    interface GetItemSetItemListRequest {
        item_set_id: number;
        offset: number;
        page_size: number;
    }
    Index

    Properties

    item_set_id: number

    The identifier of the item set.

    offset: number

    Specifies the starting entry of data to return in the current call. Default is 0, if data is more than one page, the offset can be some entry to start next call.

    page_size: number

    Each result set is returned as a page of entries. Use the "page_size" filters to control the maximum number of entries to retrieve per page (i.e., per call). This integer value is used to specify the maximum number of entries to return in a single "page" of data. The limit of page_size if between 1 and 100.