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

    Interface GetRecommendedAffiliateListAffiliate

    GetRecommendedAffiliateListAffiliate sub-interface for GetRecommendedAffiliateListResponseData

    interface GetRecommendedAffiliateListAffiliate {
        affiliate_id?: number;
        affiliate_name?: string;
        gmv_range?: number[];
        is_good_fulfillment?: boolean;
        is_orange_tick_kol?: boolean;
        order_range?: number[];
        popular_social_media?: GetRecommendedAffiliateListPopularSocialMedia;
        portrait_url?: string;
        promote_category_ids?: number[];
        social_medias?: GetRecommendedAffiliateListSocialMedia[];
        top_popular_contents?: GetRecommendedAffiliateListTopPopularContent[];
        top_selling_products?: GetRecommendedAffiliateListTopSellingProduct[];
        total_click?: number;
        user_name?: string;
    }
    Index

    Properties

    affiliate_id?: number

    The unique key for the current affiliate.

    affiliate_name?: string

    The name of the affiliate.

    gmv_range?: number[]

    Range number of the GMV in the last 30 days.

    is_good_fulfillment?: boolean

    Good sample fulfillment means that affiliates demonstrate better in free sample fulfillment compared to the majority of affiliates in recent180 days

    is_orange_tick_kol?: boolean

    Golden tick means affiliates create high quality contents with good sales conversion in Shopee Live or Shopee Video.

    order_range?: number[]

    Range number of the orders in the last 30 days.

    The popular social media of this affiliate.

    portrait_url?: string

    The portrait url of affiliate.

    promote_category_ids?: number[]

    Three promote category ids for this affiliate.

    Social media account list of this affiliate.

    Top popular contents of this affiliate.

    Top selling items of the affiliate.

    total_click?: number

    Number of clicks in the last 30 days.

    user_name?: string

    The shopee user name or affiliate name for this affiliate.