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

    Interface GetShopFlashSaleItemsModel

    GetShopFlashSaleItemsModel sub-interface for GetShopFlashSaleItemsResponseData

    interface GetShopFlashSaleItemsModel {
        campaign_stock?: number;
        input_promotion_price?: number;
        item_id?: number;
        model_id?: number;
        model_name?: string;
        original_price?: number;
        promotion_price_with_tax?: number;
        purchase_limit?: number;
        reject_reason?: string;
        status?: number;
        stock?: number;
        unqualified_conditions?: GetShopFlashSaleItemsUnqualifiedCondition;
    }
    Index

    Properties

    campaign_stock?: number
    input_promotion_price?: number

    promotion price without tax

    item_id?: number
    model_id?: number
    model_name?: string
    original_price?: number
    promotion_price_with_tax?: number

    promotion price with tax

    purchase_limit?: number

    0 means NO LIMIT

    reject_reason?: string

    if the status is 4 or 5, this field will show the reason why this model was rejected

    status?: number

    the status of model in shop flash sale0: disable1: enable2: delete4: system_rejected, the model is rejected by system5: manual_rejected, the model is rejected manually

    stock?: number

    Active inventory

    if the model doesn't meet a criteria, will show the detail in this field