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

    Interface GetPrincipalSalesPerformanceDetailRegion

    GetPrincipalSalesPerformanceDetailRegion sub-interface for GetPrincipalSalesPerformanceDetailRequest

    interface GetPrincipalSalesPerformanceDetailRegion {
        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

    Target region code of the principal to be queried.Limitations:- Required for every region object in region_list.- Must be a valid region code or region name recognized by the API, such as SG or ID.