Event Type: merchant_register
merchant
[Object Merchant]: Merchant Informationmerchant_id
[* String]: Merchant Account IDregister_time
[* String]: Merchant Registration Time, ISO 8601, format YYYY-MM-DDTHH:mm:ss.sssZ, example: 2021-10-12T14:20:50.521+07:00login_time
[String]: Last Login Time of Merchant, ISO 8601, format YYYY-MM-DDTHH:mm:ss.sssZ, example: 2021-10-12T14:20:50.521+07:00shop_name
[String]: Shop Nameshop_phone
[Object Phone]: Shop Phonecountry_code
[* Integer]: Country Code, Compliant with ITU E.164 standard, without '+ sign', without prefix 0, example: 86phone_number
[* String]: Phone Number, without '+ sign'
shop_email
[String]: Shop Emailshop_address
[Object Address]: Shop Addresscountry
[* String]: Country, 2-letter country code according to ISO 3166region
[* String]: Regioncity
[* String]: Citydistrict
[String]: Districtdetail
[String]: Detailed Addresszip_code
[String]: Zip Code
shop_url
[String]: Shop URLmerchant_type
[String]: Merchant Type, enumeration- person
- entity
merchant_level
[String]: Merchant Levelcompany
[String]: Merchant Companyprimary_category
[String]: Merchant's Primary Categoryproduct_count
[Integer]: Merchant's Products Counthistory_order_count
[Integer]: Merchant's History Order Counthistory_order_amount
[Object Amount]: Merchant's History Order Amountcurrency
[* String]: Local Currency Type, 3-letter code according to ISO 4217amount_local
[* Double]: Amount ( Local Currency )amount_usd
[Double]: Amount ( USD ), The USD amount is converted from the original amount by the exchange rate, (required when not access to China Server)amount_cny
[Double]: Amount ( CNY ), The CNY amount is converted from the original amount by the exchange rate, (required when accessing a China Server)
{
"merchant": {
"merchant_id": "NFK00937",
"shop_name": "Hello World",
"shop_phone": {
"country_code": 1,
"phone_number": "18700001112"
},
"shop_email": "[email protected]",
"shop_address": {
"country": "FR",
"region": "Grand Est",
"city": "Strasbourg City",
"district": "Ketali Lorem",
"detail": "3213 Building,lorem Street",
"zip_code": "310000"
},
"shop_url": "https://td/shop/0012",
"register_time": "2021-10-12T14:20:50.521+07:00",
"login_time": "2021-10-12T14:22:50.521+07:00",
"merchant_type": "entity",
"merchant_level": "A",
"company": "XXX",
"primary_category": "XXXX",
"product_count": 1,
"history_order_count": 1,
"history_order_amount": {
"currency": "USD",
"amount_local": 68,
"amount_usd": 10,
"amount_cny": 68
}
}
}