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

    Interface DiscountModelInfo

    Model information in get discount response

    interface DiscountModelInfo {
        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

    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

    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