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

    Interface AddTopPicksParams

    Parameters for adding a new top picks collection

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

    Indexable

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

    Properties

    is_activated: boolean

    Whether the collection should be activated

    item_id_list: number[]

    List of item IDs to include in the collection

    name: string

    The name of the top picks collection