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

    Interface AddShopFlashSaleItemsItem

    AddShopFlashSaleItemsItem sub-interface for AddShopFlashSaleItemsRequest

    interface AddShopFlashSaleItemsItem {
        item_id: number;
        item_input_promo_price?: number;
        item_stock?: number;
        models?: AddShopFlashSaleItemsModel[];
        purchase_limit: number;
    }
    Index

    Properties

    item_id: number
    item_input_promo_price?: number

    promotion price without tax of the item. If the item has no variation, this param is necessary, otherwise don't use this field

    item_stock?: number

    min=1, The campaign stock of the item. If the item has no variation, this param is necessary, otherwise don't use this field

    If the item has variation, this param is necessary.

    purchase_limit: number

    min=0, 0 means no limit