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

    Interface GetContentAffiliatePerformanceContent

    GetContentAffiliatePerformanceContent sub-interface for GetContentAffiliatePerformanceRequest

    interface GetContentAffiliatePerformanceContent {
        content_ids: number[];
        currency?: string;
        shop_id: number;
    }
    Index

    Properties

    content_ids: number[]

    List of content IDs under the specified shop_id to be queried.Limitations:- Required for every shop object in content_list.- Must contain 1 to 100 values.- Duplicate content_id values are not allowed within the request.

    currency?: string

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

    shop_id: number

    Shop identifier of the target shop to be queried.Limitations:- Required for every shop object in content_list.- Must belong to the specified principal_id.