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

    Interface GetSessionLivestreamPerformanceSession

    GetSessionLivestreamPerformanceSession sub-interface for GetSessionLivestreamPerformanceRequest

    interface GetSessionLivestreamPerformanceSession {
        currency?: string;
        session_ids: number[];
        shop_id: number;
    }
    Index

    Properties

    currency?: string

    Currency used for amount-based metrics for the specified livestream sessions.Limitations:- Optional for every object in session_list.- Supported values are LOCAL and USD.- Invalid currency values are rejected as invalid_parameter.- Defaults to USD when omitted.

    session_ids: number[]

    List of livestream session identifiers to be queried under the specified shop.Limitations:- Required for every object in session_list.- Must contain at least one session_id.- Must contain at most 100 session_ids per object.- Null session_id values are rejected.- Duplicate session_id values across the whole request are rejected.- Across the whole request, the total number of unique session_ids must not exceed 100.

    shop_id: number

    Shop identifier that owns the specified livestream sessions.Limitations:- Required for every object in session_list.- Must belong to the specified principal_id.