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

    Interface GetModelListPriceInfo

    GetModelListPriceInfo sub-interface for GetModelListModel

    interface GetModelListPriceInfo {
        currency?: string;
        current_price: number;
        inflated_price_of_current_price: number;
        inflated_price_of_original_price: number;
        local_price?: number;
        local_promotion_price?: number;
        original_price: number;
        sip_item_price?: number;
        sip_item_price_currency?: string;
        sip_item_price_source?: string;
    }
    Index

    Properties

    currency?: string

    Currency for the item price.

    current_price: number

    Current price of item.

    inflated_price_of_current_price: number

    Current price of item after tax.

    inflated_price_of_original_price: number

    Original price of item after tax.

    local_price?: number

    The original price multiplied by the local adjustment rate equals the local price. The local price is denominated in the local currency and is rounded to two decimal places.

    local_promotion_price?: number

    During the promotion period, the CB price is multiplied by the local adjustment rate. Once the promotion starts, the price remains unchanged. During the promotion, the local_promotion_price= current_price, which is denominated in the local currency and retained to two decimal places.

    original_price: number

    Original price of item.

    sip_item_price?: number

    SIP item price. If item is from SIP primary shop, this field will be returned.

    sip_item_price_currency?: string

    The currency of sip_item_price.If item is from SIP primary shop, this field will be returned.

    sip_item_price_source?: string

    SIP item price source, could be manual or auto.If item is from SIP primary shop, this field will be returned.