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

    Interface GetMarketingHotListingRequest

    Request parameters for get_marketing_hot_listing

    Provide all metrics currently available on the Business Insights Buybox dashboard, including metrics not explicitly requested by Local (for example, CTR), covering both:Shop-level performanceProduct-level performance

    interface GetMarketingHotListingRequest {
        end_time: number;
        period: string;
        product_id_list?: string[];
        start_time: number;
    }
    Index

    Properties

    end_time: number

    End of the requested time range as a Unix timestamp in seconds. It must be greater than or equal to start_time.

    period: string

    Time period of the requested data. Supported values are listed below.

    product_id_list?: string[]

    Product ID list, comma-separated, e.g., 111,222,333

    start_time: number

    Start of the requested time range as a Unix timestamp in seconds.