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

    Interface GetShowItemPriceInfo

    GetShowItemPriceInfo sub-interface for GetShowItemItem

    interface GetShowItemPriceInfo {
        currency?: string;
        current_price?: number;
        original_price?: number;
    }
    Index

    Properties

    currency?: string

    The three-digit code representing the currency unit used for the item.

    current_price?: number

    The current price of the item in the listing currency. If product under an ongoing promotion, current_price will be the promotion price.

    original_price?: number

    The original price of the item in the listing currency.