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

    Interface GetTopPicksListItem

    GetTopPicksListItem sub-interface for GetTopPicksListCollection

    interface GetTopPicksListItem {
        current_price?: number;
        inflated_price_of_current_price?: number;
        item_id?: number;
        item_name?: string;
        sales?: number;
    }
    Index

    Properties

    current_price?: number

    The price before tax of item.

    inflated_price_of_current_price?: number

    The price after tax of item.

    item_id?: number

    The id of item.

    item_name?: string

    The name of item.

    sales?: number

    The sales of item.