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

    Interface GetMerchantsByPartnerResponseData

    Response data payload for get_merchants_by_partner

    interface GetMerchantsByPartnerResponseData {
        authed_merchant_list?: GetMerchantsByPartnerAuthedMerchant[];
        more?: boolean;
    }
    Index

    Properties

    authed_merchant_list?: GetMerchantsByPartnerAuthedMerchant[]

    A list of merchants authorized to the partner.

    more?: boolean

    This is to indicate whether the list is more than one page. If this value is true, you may want to continue to check next page to retrieve the rest of datas.