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

    Interface AddTopPicksRequest

    Request parameters for add_top_picks

    add one collection

    interface AddTopPicksRequest {
        is_activated: boolean;
        item_id_list: number[];
        name: string;
    }
    Index

    Properties

    is_activated: boolean
    item_id_list: number[]
    name: string