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

    Interface AddTopPicksCollection

    AddTopPicksCollection sub-interface for AddTopPicksResponseData

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

    Properties

    is_activated?: boolean

    whether collection is activated.

    item_list?: AddTopPicksItem[]

    The items of top picks

    name?: string

    The title of top picks.

    top_picks_id?: number

    Collection id.