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

    Interface GetRecommendedAffiliateListResponseData

    GetRecommendedAffiliateListResponseData sub-interface for GetRecommendedAffiliateListResponse

    interface GetRecommendedAffiliateListResponseData {
        affiliate_list?: GetRecommendedAffiliateListAffiliate[];
        total_count?: number;
    }
    Index

    Properties

    Recommended Affiliate list. Not all return fields will have values.

    total_count?: number

    The total count of affiliates that recommended for shop id.