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

    Interface UpdateTopPicksRequest

    Request parameters for update_top_picks

    update a collection info

    interface UpdateTopPicksRequest {
        is_activated?: boolean;
        item_id_list?: number[];
        name?: string;
        top_picks_id: number;
    }
    Index

    Properties

    is_activated?: boolean

    if true, we will close other collection and open this collection

    item_id_list?: number[]

    a list of item id, and we will cover old item_ids by new_item_ids

    name?: string

    collection name

    top_picks_id: number

    collection id