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

    Interface GetMerchantInfoResponseData

    Response data payload for get_merchant_info

    interface GetMerchantInfoResponseData {
        auth_time?: number | Date;
        expire_time?: number | Date;
        is_upgraded_cbsc?: boolean;
        merchant_currency?: string | number;
        merchant_name?: string;
        merchant_region?: string;
    }
    Index

    Properties

    auth_time?: number | Date

    The timestamp when the merchant was authorized to the partner.

    expire_time?: number | Date

    Use this field to indicate the expiration date for merchant authorization.

    is_upgraded_cbsc?: boolean

    Use this filed to indicate whether this merchant is upgraded to cbsc.

    merchant_currency?: string | number

    The three-digit code representing the currency unit used for the item in this merchant. If currency haven't been setting in CNSC/KRSC, it will be empty.China merchant support CNY and USD currently.Korea merchant support KRW and USD currently. Hong kong merchant support USD currently, will support HKD later.

    merchant_name?: string

    Name of the merchant.

    merchant_region?: string

    Region of the merchant. Including KR, HK and CN.