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

    Interface GetConversionReportList

    GetConversionReportList sub-interface for GetConversionReportResponseData

    interface GetConversionReportList {
        affiliate_id?: number;
        affiliate_name?: string;
        affiliate_username?: string;
        buyer_status?: string;
        campaign_partner?: string;
        channel?: string;
        conversion_completed_time?: string;
        items?: GetConversionReportItem[];
        linked_mcn?: string;
        order_brand_commission?: string;
        order_completed_time?: string;
        order_sn?: string;
        order_status?: string;
        order_type?: string;
        place_order_time?: string;
        verified_status?: string;
    }
    Index

    Properties

    affiliate_id?: number

    Unique identifier of the affiliate.

    affiliate_name?: string

    Shopee display name of the affiliate who promoted the item.

    affiliate_username?: string

    Affiliate's Shopee login username.

    buyer_status?: string

    Buyer Status. Applicable values: NewExisting

    campaign_partner?: string

    Partner identifier for the campaign.

    channel?: string

    Traffic channel or platform where the promotion took place.

    conversion_completed_time?: string

    Time when the conversion (affiliate action) was completed.

    linked_mcn?: string

    MCN (Multi-Channel Network) linked with the affiliate, if any.

    order_brand_commission?: string

    Commission (amount) for the whole order, paid by the seller.

    order_completed_time?: string

    Time when the order was marked as completed.

    order_sn?: string

    Unique identifier of the order.

    order_status?: string

    Current status of the order (e.g., Pending, Completed, Cancelled).

    order_type?: string

    Type of order: Direct Order or Indirect Order.

    place_order_time?: string

    Time when the order was placed.

    verified_status?: string

    Verification status of the order (Unverified, Verified).