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

    Interface TopPicksItem

    Item information in a top picks collection

    interface TopPicksItem {
        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 the item

    item_name: string

    The name of the item

    sales: number

    The sales of item