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

    Interface GetManagedAffiliateListResponseData

    GetManagedAffiliateListResponseData sub-interface for GetManagedAffiliateListResponse

    interface GetManagedAffiliateListResponseData {
        affiliate_list?: GetManagedAffiliateListAffiliate[];
        total_count?: number;
    }
    Index

    Properties

    Affiliate list managed by seller.Not all return fields will have values.

    total_count?: number

    The total count of affiliates that managed by this seller.