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

    Interface GlobalItemPriceInfo

    Global item price info

    interface GlobalItemPriceInfo {
        currency: string;
        current_price: number;
        original_price: number;
    }
    Index

    Properties

    currency: string

    Currency used for the price

    current_price: number

    Current price of the item

    original_price: number

    Original price of the item