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

    Interface GetShopListByMerchantRequest

    Request parameters for get_shop_list_by_merchant

    Use this call to get shop_list bound to merchant_id.

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

    Properties

    Properties

    page_no: number

    Specifies the page number of data to return in the current call. Starting from 1. if data is more than one page, the page_no can be some entry to start next call.

    page_size: number

    Each result set is returned as a page of entries. Use the "page_size" filters to control the maximum number of entries to retrieve per page (i.e., per call), and the "page_no" to start next call. This integer value is used to specify the maximum number of entries to return in a single "page" of data.No more than 500.