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

    Interface GetManagedAffiliateListRequest

    Request parameters for get_managed_affiliate_list

    Returns affiliates that are saved to managed affiliate list

    interface GetManagedAffiliateListRequest {
        page_no: number;
        page_size: number;
    }
    Index

    Properties

    Properties

    page_no: number

    The start index of request.The max managed affiliates of affiliate is 2000. Zero count will returned if offset > 2000 or offset > real managed count.

    page_size: number

    The number of affiliate returned by this request, Max is 100, default is 20.The max managed affiliates of affiliate is 2000.