Shopee SDK API Reference - v1.14.0
    Preparing search index...

    Interface GetShopAffiliatePerformanceDetail

    interface GetShopAffiliatePerformanceDetail {
        buyers_confirmed: number;
        buyers_placed: number;
        currency: string;
        estimated_commission_confirmed: number;
        estimated_commission_placed: number;
        new_buyers_confirmed: number;
        new_buyers_placed: number;
        orders_confirmed: number;
        orders_placed: number;
        region: string;
        roi_confirmed: number;
        roi_placed: number;
        sales_confirmed: number;
        sales_placed: number;
        shop_id: number;
        shop_name: string;
        units_sold_confirmed: number;
        units_sold_placed: number;
    }
    Index

    Properties

    buyers_confirmed: number

    Total number of unique buyers with confirmed affiliate marketing orders from this shop during the selected period.

    buyers_placed: number

    Total number of unique buyers who placed affiliate marketing orders from this shop during the selected period.

    currency: string

    Currency code used for all amount-based metrics of this shop item.

    estimated_commission_confirmed: number

    Estimated total payout from confirmed affiliate marketing orders during the selected period.

    estimated_commission_placed: number

    Estimated total payout from placed affiliate marketing orders during the selected period.

    new_buyers_confirmed: number

    Total number of unique new buyers with confirmed affiliate marketing orders from this shop during the selected period.

    new_buyers_placed: number

    Total number of unique new buyers who placed affiliate marketing orders from this shop during the selected period.

    orders_confirmed: number

    Total number of confirmed orders generated through affiliate marketing during the selected period. Confirmed orders are either non-Cash On Delivery (non-COD) orders that have been paid for or COD orders that have been confirmed for shipping (usually 30 mins after placing the order).

    orders_placed: number

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

    region: string

    Region code of the shop.

    roi_confirmed: number

    Return on Investment = Sales Confirmed / Estimated Commission Confirmed. It can be used to evaluate the efficiency of your investment in affiliate marketing.

    roi_placed: number

    Return on Investment = Sales Placed / Estimated Commission Placed. It can be used to evaluate the efficiency of your investment in affiliate marketing.

    sales_confirmed: number

    Total value of confirmed orders generated through affiliate marketing during the selected period. Confirmed orders are either non-Cash On Delivery (non-COD) orders that have been paid for or COD orders that have been confirmed for shipping (usually 30 mins after placing the order).

    sales_placed: number

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

    shop_id: number

    Shop identifier.

    shop_name: string

    Shop name.

    units_sold_confirmed: number

    Total number of items sold in confirmed orders generated through affiliate marketing during the selected period.

    units_sold_placed: number

    Total number of items sold in placed orders generated through affiliate marketing during the selected period.