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

    Interface GetShopPerformanceResponseData

    GetShopPerformanceResponseData sub-interface for GetShopPerformanceResponse

    interface GetShopPerformanceResponseData {
        clicks?: number;
        est_commission?: string;
        fetched_date_range?: string;
        gross_item_sold?: number;
        new_buyers?: number;
        orders?: number;
        roi?: string;
        sales?: string;
        total_buyers?: number;
    }
    Index

    Properties

    clicks?: number

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

    est_commission?: string

    Estimated total payout from your affiliate marketing orders.

    fetched_date_range?: string

    Effective query date range. Invalid input ranges will be automatically shifted.

    gross_item_sold?: number

    Total number of items sold through affiliate marketing during the selected period.

    new_buyers?: number

    Total number of new buyers who order from your shop through affiliate marketing.

    orders?: number

    Total number of orders generated through affiliate marketing during the selected period.

    roi?: string

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

    sales?: string

    Total value of orders generated through affiliate marketing during the selected period.

    total_buyers?: number

    Total number of buyers who order from your shop through affiliate marketing.