Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface TopPicksCollection

    Top picks collection information

    interface TopPicksCollection {
        is_activated: boolean;
        item_list: TopPicksItem[];
        name: string;
        top_picks_id: number;
    }
    Index

    Properties

    is_activated: boolean

    Whether collection is activated

    item_list: TopPicksItem[]

    The items of top picks

    name: string

    The title of top picks

    top_picks_id: number

    Collection id