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

    Interface GetShopFlashSaleItemsItemInfo

    GetShopFlashSaleItemsItemInfo sub-interface for GetShopFlashSaleItemsResponseData

    interface GetShopFlashSaleItemsItemInfo {
        campaign_stock?: number;
        image?: string;
        input_promotion_price?: number;
        item_id?: number;
        item_name?: string;
        item_status?: number;
        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

    campaign stock of item, if the item has no variation, this field will has value

    image?: string

    item image

    input_promotion_price?: number

    promotion price without tax of item, if the item has variation, this field will be empty

    item_id?: number
    item_name?: string
    item_status?: number

    the status of item in shop flash sale. If the item has variation, this field will be empty0: disable1: enable2: delete4: system_rejected, the item is rejected by system5: manual_rejected, the item is rejected manually

    original_price?: number

    original price of item, if the item has variation, this field will be empty

    promotion_price_with_tax?: number

    promotion price with tax of item, if the item has no variation, this field will has value

    purchase_limit?: number

    0 means NO LIMITpurchase limit of item, if the item has variation, this field will be empty

    reject_reason?: string

    if the item_status is 4 or 5, this field will show the reason why this item was rejectedif the item has variation, this field will be empty

    status?: number

    item status0: Deleted1: Normal2: reviewing3: banned4: invalid5: invalid hide6: offensive hide7: auditing8: normal unlist

    stock?: number

    Active inventory of item, if the item has no variation, this field will has value

    if the item doesn't meet a criteria, will show the detail in this fieldif the item has variation, this field will be empty