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

    Interface UpdateDiscountItemItem

    UpdateDiscountItemItem sub-interface for UpdateDiscountItemRequest

    interface UpdateDiscountItemItem {
        item_id: number;
        item_promotion_price?: number;
        model_list?: UpdateDiscountItemModel[];
        purchase_limit?: number;
    }
    Index

    Properties

    item_id: number

    Shopee's unique identifier for an item.

    item_promotion_price?: number

    The discount price of the item.

    The models selected to this discount.

    purchase_limit?: number

    The max number of this product in the promotion price.