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

    Interface GetDiscountModel

    GetDiscountModel sub-interface for GetDiscountItem

    interface GetDiscountModel {
        model_id?: number;
        model_inflated_price_of_original_price?: number;
        model_inflated_price_of_promotion_price?: number;
        model_local_price?: number;
        model_local_price_inflated?: number;
        model_local_promotion_price?: number;
        model_local_promotion_price_inflated?: number;
        model_name?: string;
        model_normal_stock?: number;
        model_original_price?: number;
        model_promotion_price?: number;
        model_promotion_stock?: number;
    }
    Index

    Properties

    model_id?: number

    Shopee's unique identifier for a variation of an item.

    model_inflated_price_of_original_price?: number

    The original price after tax of model (Only for taxable Shop).

    model_inflated_price_of_promotion_price?: number

    The discount price after tax of model (Only for taxable Shop).

    model_local_price?: number

    The local price of model calculated as: Local Price = CB Original Price × Local Adjustment Rate.Reflects the final local price derived from shop-level adjustment rules and is denominated in local currency.

    model_local_price_inflated?: number

    The local price after tax of model (Only for taxable Shop).

    model_local_promotion_price?: number

    The local discount price of model calculated as: Local Discount Price = Local Price × Discount Rate.Reflects the final local seller discount price derived from setting a seller discount and is denominated in local currency.

    model_local_promotion_price_inflated?: number

    The local discount price after tax of model (Only for taxable Shop).

    model_name?: string

    Name of the variation that belongs to the same item.

    model_normal_stock?: number

    The current stock quantity of the variation.

    model_original_price?: number

    The original price before discount of the variation.

    model_promotion_price?: number

    The discount price of the variation.

    model_promotion_stock?: number

    The reserved stock of the model.