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

    Interface PriceInfo

    Price information for an item

    interface PriceInfo {
        currency: string;
        current_price: number;
        inflated_price_of_current_price: number;
        inflated_price_of_original_price: number;
        original_price: number;
        sip_item_price?: number;
        sip_item_price_source?: string;
    }
    Index

    Properties

    currency: string

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

    current_price: number

    The current price of the item in the listing currency.

    inflated_price_of_current_price: number

    The After-tax current price of the item in the listing currency.

    inflated_price_of_original_price: number

    The After-tax original price of the item in the listing currency.

    original_price: number

    The original price of the item in the listing currency.

    sip_item_price?: number

    The price of the item in sip. If item is for CNSC primary shop, this field will not be returned

    sip_item_price_source?: string

    source of sip' price. ( auto or manual).If item is for CNSC SIP primary shop, this field will not be returned