数据类型:Merchant
字段 | 类型 | 含义 | 建议 | 备注 |
---|---|---|---|---|
merchant_id | String | 卖家账户 ID | 必须 | |
shop_name | String | 店铺名称 | 强烈建议 | |
shop_phone | Phone | 店铺电话 | 强烈建议 | |
shop_email | String | 店铺邮箱 | 强烈建议 | |
shop_address | Address | 店铺地址 | 建议 | |
shop_url | String | 店铺网站地址 | 建议 | |
register_time | String | 卖家注册(创建)时间 | 必须 | 符合 ISO 8601 标准,格式 YYYY-MM-DDTHH:mm:ss.sssZ ,例如 2021-10-12T14:20:50.521+07:00 |
login_time | String | 卖家最近一次登录时间 | 强烈建议 | 符合 ISO 8601 标准,格式 YYYY-MM-DDTHH:mm:ss.sssZ ,例如 2021-10-12T14:20:50.521+07:00 |
merchant_type | String | 卖家类型 | 强烈建议 | 枚举值: person:个人 entity:企业 |
merchant_level | String | 卖家等级 | 强烈建议 | |
company | String | 卖家公司 | 建议 | |
primary_category | String | 卖家主营类目 | 建议 | |
product_count | Integer | 卖家在线商品数量 | 建议 | |
history_order_count | Integer | 卖家历史成单量 | 建议 | |
history_order_amount | Amount | 卖家历史成单金额 | 建议 |
{
"merchant_id": "NFK00937",
"shop_name": "Hello World",
"shop_phone": {
"country_code": 86,
"phone_number": "18700001112"
},
"shop_email": "[email protected]",
"shop_address": {
"country": "CN",
"region": "浙江省",
"city": "杭州市",
"district": "余杭区",
"detail": "文一西路海创园 18 幢",
"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": "CNY",
"amount_local": 68,
"amount_usd": 10,
"amount_cny": 68
}
}