事件类别:order_ship
order_id
[* String]:订单号logistics
[* Object Logistics]:物流信息logistics_type
[String]:物流类型cost
[Object Amount]:物流费用currency
[* String]:原始金额货币类型,3 字母编码,符合 ISO 4217 标准amount_local
[* Double]:原始金额amount_usd
[Double]:金额(美金),将原始金额经过汇率换算后的美金金额,(条件必须:如果接入的是非 CN 站点则必须)amount_cny
[Double]:金额(人民币),将原始金额经过汇率换算后的人民币金额,(条件必须:如果接入的是 CN 站点则必须)
logistics_company
[String]:物流公司
{
"order_id": "NX348566DIHD",
"logistics": {
"logistics_type": "Standard Shipping",
"cost": {
"currency": "CNY",
"amount_local": 68,
"amount_usd": 10,
"amount_cny": 68
},
"logistics_company": "SF"
}
}