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

    Interface UpdateTopPicksParams

    Parameters for updating a top picks collection

    interface UpdateTopPicksParams {
        is_activated?: boolean;
        item_id_list?: number[];
        name?: string;
        top_picks_id: number;
        [key: string]: string | number | boolean | number[] | undefined;
    }

    Indexable

    • [key: string]: string | number | boolean | number[] | undefined
    Index

    Properties

    is_activated?: boolean

    Whether to activate the collection (optional, will deactivate others if true)

    item_id_list?: number[]

    The new list of item IDs (optional, will replace old list)

    name?: string

    The new name for the collection (optional)

    top_picks_id: number

    The collection ID to update