事件类别:order_modify
order
[* Object Order]:订单信息order_id
[* String]:订单号order_create_time
[String]:下单时间,符合 ISO 8601 标准,格式 YYYY-MM-DDTHH:mm:ss.sssZ ,例如 2021-10-12T14:25:50.521+07:00merchandise_list
[Array Merchandise]:商品列表merchandise_id
[* String]:商品 IDcategory_1
[* String]:商品一级类目category_2
[String]:商品二级类目category_3
[String]:商品三级类目name
[String]:商品名称count
[Integer]:商品数量unit_price
[Object Amount]:商品单价currency
[* String]:原始金额货币类型,3 字母编码,符合 ISO 4217 标准amount_local
[* Double]:原始金额amount_usd
[Double]:金额(美金),将原始金额经过汇率换算后的美金金额,(条件必须:如果接入的是非 CN 站点则必须)amount_cny
[Double]:金额(人民币),将原始金额经过汇率换算后的人民币金额,(条件必须:如果接入的是 CN 站点则必须)
amount
[Object Amount]:订单总金额currency
[* String]:原始金额货币类型,3 字母编码,符合 ISO 4217 标准amount_local
[* Double]:原始金额amount_usd
[Double]:金额(美金),将原始金额经过汇率换算后的美金金额,(条件必须:如果接入的是非 CN 站点则必须)amount_cny
[Double]:金额(人民币),将原始金额经过汇率换算后的人民币金额,(条件必须:如果接入的是 CN 站点则必须)
shipping
[Object Shipping]:收货信息address
[* Object Address]:收货地址country
[* String]:国家,两位国家码,符合 ISO 3166 标准region
[* String]:省 / 州 / 地区city
[* String]:城市district
[String]:区县detail
[String]:详细地址zip_code
[String]:邮政编码
phone
[Object Phone]:收货手机号country_code
[* Integer]:国家区号,符合国际电信联盟 E.164 标准,不含 + 号和前缀 0,如 86phone_number
[* String]:手机号 / 电话号码,不含 + 号和前缀
email
[String]:收货邮箱consignee
[* Object Name]:收货人first_name
[String]:名middle_name
[String]:中间名last_name
[String]:姓nickname
[String]:昵称
method
[String]:收货方式,枚举值- logistics:快递
- store_pickup:自提
merchant
[Object Merchant]:卖家信息merchant_id
[* String]:卖家账户 IDregister_time
[* String]:卖家注册(创建)时间,符合 ISO 8601 标准,格式 YYYY-MM-DDTHH:mm:ss.sssZ ,例如 2021-10-12T14:20:50.521+07:00login_time
[String]:卖家最近一次登录时间,符合 ISO 8601 标准,格式 YYYY-MM-DDTHH:mm:ss.sssZ ,例如 2021-10-12T14:20:50.521+07:00shop_name
[String]:店铺名称shop_phone
[Object Phone]:店铺电话country_code
[* Integer]:国家区号,符合国际电信联盟 E.164 标准,不含 + 号和前缀 0,如 86phone_number
[* String]:手机号 / 电话号码,不含 + 号和前缀
shop_email
[String]:店铺邮箱shop_address
[Object Address]:店铺地址country
[* String]:国家,两位国家码,符合 ISO 3166 标准region
[* String]:省 / 州 / 地区city
[* String]:城市district
[String]:区县detail
[String]:详细地址zip_code
[String]:邮政编码
shop_url
[String]:店铺网站地址merchant_type
[String]:卖家类型,枚举值- person:个人
- entity:企业
merchant_level
[String]:卖家等级company
[String]:卖家公司primary_category
[String]:卖家主营类目product_count
[Integer]:卖家在线商品数量history_order_count
[Integer]:卖家历史成单量history_order_amount
[Object Amount]:卖家历史成单金额currency
[* String]:原始金额货币类型,3 字母编码,符合 ISO 4217 标准amount_local
[* Double]:原始金额amount_usd
[Double]:金额(美金),将原始金额经过汇率换算后的美金金额,(条件必须:如果接入的是非 CN 站点则必须)amount_cny
[Double]:金额(人民币),将原始金额经过汇率换算后的人民币金额,(条件必须:如果接入的是 CN 站点则必须)
{
"order": {
"order_id": "NX348566DIHD",
"order_create_time": "2021-10-12T14:25:50.521+07:00",
"merchandise_list": [
{
"merchandise_id": "NFH837824432",
"category_1": "3c",
"category_2": "phone",
"category_3": "android",
"name": "huawei phone",
"count": 1,
"unit_price": {
"currency": "CNY",
"amount_local": 6800,
"amount_usd": 1000,
"amount_cny": 6800
}
}
],
"amount": {
"currency": "CNY",
"amount_local": 6800,
"amount_usd": 1000,
"amount_cny": 6800
},
"shipping": {
"address": {
"country": "CN",
"region": "浙江省",
"city": "杭州市",
"district": "余杭区",
"detail": "文一西路海创园 18 幢",
"zip_code": "310000"
},
"phone": {
"country_code": 86,
"phone_number": "18700001112"
},
"email": "[email protected]",
"consignee": {
"first_name": "三",
"middle_name": "",
"last_name": "张",
"nickname": "HZhang"
},
"method": "logistics"
}
},
"merchant": {
"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
}
}
}