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

    Interface GetShopsByPartnerResponseData

    Response data payload for get_shops_by_partner

    interface GetShopsByPartnerResponseData {
        authed_shop_list?: GetShopsByPartnerAuthedShop[];
        more?: boolean;
    }
    Index

    Properties

    authed_shop_list?: GetShopsByPartnerAuthedShop[]

    A list of shops 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.