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

    Interface GetMerchantInfoResponse

    Response from getting merchant information

    interface GetMerchantInfoResponse {
        auth_time?: number;
        error: string;
        expire_time?: number;
        is_cnsc?: boolean;
        is_upgraded_cbsc?: boolean;
        merchant_currency?: string;
        merchant_name?: string;
        merchant_region?: string;
        message: string;
        request_id: string;
        warning?: string | string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    auth_time?: number

    Timestamp when the merchant was authorized to the partner

    error: string

    Error code if any error occurred

    expire_time?: number

    Expiration date for merchant authorization

    is_cnsc?: boolean

    Whether this is a CNSC merchant

    is_upgraded_cbsc?: boolean

    Whether this merchant is upgraded to CBSC

    merchant_currency?: string

    Currency unit used for items in this merchant (e.g., CNY, USD, KRW)

    merchant_name?: string

    Name of the merchant

    merchant_region?: string

    Region of the merchant (KR, HK, CN, etc.)

    message: string

    Error message if any error occurred

    request_id: string

    The identifier for an API request for error tracking

    warning?: string | string[]

    Warning message or list of warning messages