Event Type: order_ship
order_id
[* String]: Order IDlogistics
[* Object Logistics]: Logistics Infologistics_type
[String]: Logistics Typecost
[Object Amount]: Logistics Costcurrency
[* 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)
logistics_company
[String]: Logistics Company
{
"order_id": "NX348566DIHD",
"logistics": {
"logistics_type": "Standard Shipping",
"cost": {
"currency": "USD",
"amount_local": 68,
"amount_usd": 10,
"amount_cny": 68
},
"logistics_company": "SF"
}
}