Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface GetShopListByMerchantResponse

    Response from getting shop list by merchant

    interface GetShopListByMerchantResponse {
        error: string;
        is_cnsc?: boolean;
        message: string;
        more: boolean;
        request_id: string;
        shop_list: MerchantShop[];
        warning?: string | string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string

    Error code if any error occurred

    is_cnsc?: boolean

    Whether this is a CNSC merchant

    message: string

    Error message if any error occurred

    more: boolean

    Whether there are more pages

    request_id: string

    The identifier for an API request for error tracking

    shop_list: MerchantShop[]

    List of shops authorized to the partner and bound to the merchant

    warning?: string | string[]

    Warning message or list of warning messages