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

    Interface GetShopFlashSaleItemsResponseData

    GetShopFlashSaleItemsResponseData sub-interface for GetShopFlashSaleItemsResponse

    interface GetShopFlashSaleItemsResponseData {
        item_info?: GetShopFlashSaleItemsItemInfo[];
        models?: GetShopFlashSaleItemsModel[];
        total_count?: number;
    }
    Index

    Properties

    If the item has variation, the infomation of model will be in this field

    total_count?: number