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

    Interface GetTopPicksListCollection

    GetTopPicksListCollection sub-interface for GetTopPicksListResponseData

    interface GetTopPicksListCollection {
        is_activated?: boolean;
        item_list?: GetTopPicksListItem[];
        name?: string;
        top_picks_id?: number;
    }
    Index

    Properties

    is_activated?: boolean

    whether collection is activated.

    item_list?: GetTopPicksListItem[]

    The items of top picks

    name?: string

    The title of top picks.

    top_picks_id?: number

    collection id.