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

    Interface GetProductPerformanceList

    GetProductPerformanceList sub-interface for GetProductPerformanceResponseData

    interface GetProductPerformanceList {
        clicks?: number;
        est_commission?: string;
        item_id?: number;
        item_name?: string;
        items_sold?: number;
        new_buyers?: number;
        orders?: number;
        roi?: string;
        sales?: string;
        total_buyers?: number;
    }
    Index

    Properties

    clicks?: number

    Total number of clicks on your product links through affiliate marketing during the selected period.

    est_commission?: string

    Estimated payout of the product sold through affiliate marketing.

    item_id?: number

    Item ID.

    item_name?: string

    Item Name.

    items_sold?: number

    Total number of the product sold through affiliate marketing.

    new_buyers?: number

    Total number of new buyers who have purchased the product through affiliate marketing.

    orders?: number

    Total number of orders including the product generated through affiliate marketing.

    roi?: string

    Return on Investment, equal to GMV divided by Estimated Commission. It can be used to evaluate the efficiency of your investment in affiliate marketing on the product.If it does not exist, the return value is --.

    sales?: string

    Total value of the product sold through affiliate marketing.

    total_buyers?: number

    Total number of buyers who have purchased the product through affiliate marketing.