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

    Interface AddDiscountItemItem

    AddDiscountItemItem sub-interface for AddDiscountItemRequest

    interface AddDiscountItemItem {
        item_id: number;
        item_promotion_price?: number;
        item_promotion_stock?: number;
        model_list?: AddDiscountItemModel[];
        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. If the item has no variation, this param is necessary.

    item_promotion_stock?: number

    The reserved stock of the item.

    model_list?: AddDiscountItemModel[]

    The models which belongs to this item.

    purchase_limit: number

    The max number of this product in the promotion price. If it's No Limit, please input the 0 for this request data.