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

    Interface AddShopFlashSaleItemsFailedItem

    AddShopFlashSaleItemsFailedItem sub-interface for AddShopFlashSaleItemsResponseData

    interface AddShopFlashSaleItemsFailedItem {
        err_code?: number;
        err_msg?: string;
        item_id?: number;
        model_id?: number;
        unqualified_conditions?: AddShopFlashSaleItemsUnqualifiedCondition[];
    }
    Index

    Properties

    err_code?: number
    err_msg?: string

    the reason why the model cannot be added

    item_id?: number
    model_id?: number

    If the item has no variation, this field will be empty

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