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

    Interface GetOpenCampaignPerformanceList

    GetOpenCampaignPerformanceList sub-interface for GetOpenCampaignPerformanceResponseData

    interface GetOpenCampaignPerformanceList {
        affiliates?: number;
        est_commission?: string;
        item_id?: number;
        item_name?: string;
        item_sold?: number;
        sales?: string;
    }
    Index

    Properties

    affiliates?: number

    Number of affiliates currently participating in the campaign for this item.

    est_commission?: string

    Estimated commission amount payable to affiliates for this item, based on current campaign data.

    item_id?: number

    Unique identifier of the promoted item within open campaign.

    item_name?: string

    Name or title of the promoted item within open campaign.

    item_sold?: number

    Total quantity of the item sold through the campaign.

    sales?: string

    Total sales amount generated from the campaign, in the market's currency.