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

    Interface GetPrincipalAffiliatePerformanceResponseData

    GetPrincipalAffiliatePerformanceResponseData sub-interface for GetPrincipalAffiliatePerformanceResponse

    interface GetPrincipalAffiliatePerformanceResponseData {
        details?: GetPrincipalAffiliatePerformanceDetail[];
        summary?: GetPrincipalAffiliatePerformanceSummary[];
    }
    Index

    Properties

    Properties

    List of region-level detail records that returns affiliate performance metrics for each selected region within the requested date range.Note:- Details are queried from shop-level source data and then merged into region-level results in the service layer.- For de-duplicated metrics such as buyers, new_buyers, and orders, values may differ from a true region-level de-duplicated aggregation when multiple shops in the same region share overlapping users or orders.

    Aggregated summary metrics for the requested date range, representing the overall affiliate performance of the requested principal. Summary values are returned only when the principal has accessible shops under the selected regions.