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

    Interface GetShopListByMerchantResponseData

    Response data payload for get_shop_list_by_merchant

    interface GetShopListByMerchantResponseData {
        more?: boolean;
        shop_list?: GetShopListByMerchantShop[];
    }
    Index

    Properties

    Properties

    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.

    list of shop authorized to the partner and bound to the merchant.