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

    Interface GetDiscountItem

    GetDiscountItem sub-interface for GetDiscountResponseData

    interface GetDiscountItem {
        item_id?: number;
        item_inflated_price_of_original_price?: number;
        item_inflated_price_of_promotion_price?: number;
        item_local_price?: number;
        item_local_price_inflated?: number;
        item_local_promotion_price?: number;
        item_local_promotion_price_inflated?: number;
        item_name?: string;
        item_original_price?: number;
        item_promotion_price?: number;
        item_promotion_stock?: number;
        model_list?: GetDiscountModel[];
        normal_stock?: number;
        purchase_limit?: number;
    }
    Index

    Properties

    item_id?: number

    Shopee's unique identifier for an item.

    item_inflated_price_of_original_price?: number

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

    item_inflated_price_of_promotion_price?: number

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

    item_local_price?: number

    The local price of item 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.

    item_local_price_inflated?: number

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

    item_local_promotion_price?: number

    The local discount price of item 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.

    item_local_promotion_price_inflated?: number

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

    item_name?: string

    Name of the item in local language.

    item_original_price?: number

    The original price before discount of the item. If there is variation, this value is 0.

    item_promotion_price?: number

    The discount price of the item. If there is variation, this value is 0.

    item_promotion_stock?: number

    The reserved stock of the item. If the item has no variation, this param is necessary.

    model_list?: GetDiscountModel[]

    The models belong to this item.

    normal_stock?: number

    The current stock quantity of the item.

    purchase_limit?: number

    The max number of this product in the promotion price.