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

    Interface DiscountItemInfo

    Item information in get discount response

    interface DiscountItemInfo {
        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: DiscountModelInfo[];
        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

    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

    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

    item_promotion_price: number

    The discount price of the item

    item_promotion_stock: number

    The reserved stock of the item

    model_list: DiscountModelInfo[]

    The list of variations for 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