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

    Interface GetShopFlashSaleResponseData

    GetShopFlashSaleResponseData sub-interface for GetShopFlashSaleResponse

    interface GetShopFlashSaleResponseData {
        enabled_item_count?: number;
        end_time?: number | Date;
        flash_sale_id?: number;
        item_count?: number;
        start_time?: number | Date;
        status?: number;
        timeslot_id?: number;
        type?: number;
    }
    Index

    Properties

    enabled_item_count?: number

    the number of enabled items in shop flash sale

    end_time?: number | Date

    the end time of shop flash sale

    flash_sale_id?: number
    item_count?: number

    the number of items in shop flash sale

    start_time?: number | Date

    the start time of shop flash sale

    status?: number

    the status of shop flash sale0: deleted1: enabled2: disabled

    timeslot_id?: number
    type?: number

    the state of shop flash sale1: upcoming2: ongoing3: expired