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

    Interface GetItemSetListList

    GetItemSetListList sub-interface for GetItemSetListResponseData

    interface GetItemSetListList {
        item_count?: number;
        item_set_id?: number;
        item_set_name?: string;
    }
    Index

    Properties

    item_count?: number

    The number of items in this item set.

    item_set_id?: number

    The identifier of the item set.

    item_set_name?: string

    The name of the item set.