Event Type: marketing_exchange
marketing
[* Object Marketing]: Marketing Informationmarketing_id
[* String]: Marketing IDopen_id
[String]: Open IDopen_id_type
[String]: Open ID Typebegin_time
[Long]: Begin Time, timestamp (milliseconds), UTC, Jan 1, 1970expire_time
[Long]: Expire Time, timestamp (milliseconds), UTC, Jan 1, 1970
marketing_code
[* Object MarketingCode]: Marketing Code Informationcode_id
[* String]: Code IDcode_image
[String]: Code Image Content, image URLis_valid
[Boolean]: Is Valid? enumeration- true
- false
is_used
[Boolean]: Is Used? enumeration- true
- false
order
[* Object Order]: Order Informationorder_id
[* String]: Order IDorder_create_time
[* String]: Create Time of the Order, ISO 8601, format YYYY-MM-DDTHH:mm:ss.sssZ, example: 2021-10-12T14:20:50.521+07:00merchandise_list
[Array Merchandise]: Merchandise Listmerchandise_id
[* String]: Merchandise IDcategory_1
[* String]: The primary classification of Merchandisecategory_2
[String]: Secondary classification of Merchandisecategory_3
[String]: Three-level classification of Merchandisename
[String]: Merchandise Namecount
[Integer]: Merchandise Countunit_price
[Object Amount]: Merchandise Unit Pricecurrency
[* 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)
amount
[* Object Amount]: Order Total 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)
shipping
[Object Shipping]: Shipping Informationaddress
[* Object Address]: Shipping Addresscountry
[* String]: Country, 2-letter country code according to ISO 3166region
[* String]: Regioncity
[* String]: Citydistrict
[String]: Districtdetail
[String]: Detailed Addresszip_code
[String]: Zip Code
phone
[Object Phone]: Shipping Phone Numbercountry_code
[* Integer]: Country Code, Compliant with ITU E.164 standard, without '+ sign', without prefix 0, example: 86phone_number
[* String]: Phone Number, without '+ sign'
email
[String]: Shipping Emailconsignee
[* Object Name]: Consigneefirst_name
[String]: First Namemiddle_name
[String]: Middle Namelast_name
[String]: Last Namenickname
[String]: Nickname
method
[String]: Shipping Method, enumeration- logistics
- store_pickup
{
"marketing": {
"marketing_id": "X08938",
"open_id": "o6_bmjrPTlm6_2sgVt7hMZOPfL2M",
"open_id_type": "wechat",
"begin_time": 1596358039000,
"expire_time": 1616358039000
},
"marketing_code": {
"code_id": "XC08938",
"code_image": "https://tdcode.com/a.jpg",
"is_valid": true,
"is_used": false
},
"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": "USD",
"amount_local": 1000,
"amount_usd": 1000,
"amount_cny": 6800
}
}
],
"amount": {
"currency": "USD",
"amount_local": 1000,
"amount_usd": 1000,
"amount_cny": 6800
},
"shipping": {
"address": {
"country": "FR",
"region": "Grand Est",
"city": "Strasbourg City",
"district": "Ketali Lorem",
"detail": "3213 Building,lorem Street",
"zip_code": "310000"
},
"phone": {
"country_code": 1,
"phone_number": "18700001112"
},
"email": "[email protected]",
"consignee": {
"first_name": "Pierre",
"middle_name": "",
"last_name": "Laurent",
"nickname": "Snochy"
},
"method": "logistics"
}
}
}