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

    Interface AddDiscountItemModel

    AddDiscountItemModel sub-interface for AddDiscountItemItem

    interface AddDiscountItemModel {
        model_id: number;
        model_promotion_price: number;
        model_promotion_stock?: number;
    }
    Index

    Properties

    model_id: number

    Shopee's unique identifier for a variation of an item. If there is no variation of this item, you don't need to input this param. Dafault is 0.

    model_promotion_price: number

    The discount price of the item.

    model_promotion_stock?: number

    The reserved stock of the model, default is no limit, and can not update. To edit the promotion stock, you need to delete the exist discount and re-add again.