Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface GetShopFlashSaleResponse

    Response for getting shop flash sale details

    interface GetShopFlashSaleResponse {
        error: string;
        message: string;
        request_id: string;
        response: {
            enabled_item_count: number;
            end_time: number;
            flash_sale_id: number;
            item_count: number;
            start_time: number;
            status: ShopFlashSaleStatus;
            timeslot_id: number;
            type: ShopFlashSaleType;
        };
        warning?: string
        | string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string

    Error code if any error occurred

    message: string

    Error message if any error occurred

    request_id: string

    The identifier for an API request for error tracking

    response: {
        enabled_item_count: number;
        end_time: number;
        flash_sale_id: number;
        item_count: number;
        start_time: number;
        status: ShopFlashSaleStatus;
        timeslot_id: number;
        type: ShopFlashSaleType;
    }
    warning?: string | string[]

    Warning message or list of warning messages