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

    Interface QueryAffiliateListResponseData

    QueryAffiliateListResponseData sub-interface for QueryAffiliateListResponse

    interface QueryAffiliateListResponseData {
        affiliate_list?: QueryAffiliateListAffiliate[];
        total_count?: number;
    }
    Index

    Properties

    affiliate_list?: QueryAffiliateListAffiliate[]

    Affiliate list by this query.Not all return fields will have values.

    total_count?: number

    The total count of affiliates by this query.Max is 200.