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

    Interface GetShopFlashSaleListResponse

    Response for getting shop flash sale list

    interface GetShopFlashSaleListResponse {
        error: string;
        flash_sale_list: ShopFlashSale[];
        message: string;
        request_id: string;
        response: { total_count: number };
        warning?: string | string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string

    Error code if any error occurred

    flash_sale_list: ShopFlashSale[]
    message: string

    Error message if any error occurred

    request_id: string

    The identifier for an API request for error tracking

    response: { total_count: number }
    warning?: string | string[]

    Warning message or list of warning messages