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

    Interface GetPrincipalLivestreamPerformanceRegion

    GetPrincipalLivestreamPerformanceRegion sub-interface for GetPrincipalLivestreamPerformanceRequest

    interface GetPrincipalLivestreamPerformanceRegion {
        currency?: string;
        region: string;
    }
    Index

    Properties

    Properties

    currency?: string

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

    region: string

    Region code to be queried.Limitations:- Required for every region object in region_list.- Must be a valid region code supported by the API.- Must belong to the specified principal_id.