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

    Interface QueryAffiliateListAffiliate

    QueryAffiliateListAffiliate sub-interface for QueryAffiliateListResponseData

    interface QueryAffiliateListAffiliate {
        affiliate_id?: number;
        affiliate_name?: string;
        gmv_range?: number[];
        is_good_fulfillment?: boolean;
        is_orange_tick_kol?: boolean;
        order_range?: number[];
        popular_social_media?: QueryAffiliateListPopularSocialMedia[];
        portrait_url?: string;
        promote_category_ids?: number[];
        social_medias?: QueryAffiliateListSocialMedia[];
        top_popular_contents?: QueryAffiliateListTopPopularContent[];
        top_selling_products?: QueryAffiliateListTopSellingProduct[];
        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.

    popular_social_media?: QueryAffiliateListPopularSocialMedia[]

    The popular social media of this affiliate.

    portrait_url?: string

    The url of affiliate's portrait

    promote_category_ids?: number[]

    Three promote category ids for this affiliate

    Social media account list of this affiliate.

    top_popular_contents?: QueryAffiliateListTopPopularContent[]

    Top popular contents of this affiliate.

    top_selling_products?: QueryAffiliateListTopSellingProduct[]

    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.