{
"code": 200,
"success": true,
"detail": "string",
"data": {
"customer_order_num": "string",
"order_num": "string",
"tracking_num": "string",
"service_code": "string",
"consignee_country": "string",
"consignee_postcode": "string",
"charge_weight": "string",
"parcel_info": [
{
"parcel_num": "string",
"parcel_weight": "string",
"parcel_volumetric_weight": "string",
"parcel_length": "string",
"parcel_width": "string",
"parcel_height": "string",
"store_weight": "string",
"store_volumetric_weight": "string",
"store_length": "string",
"store_width": "string",
"store_height": "string"
}
],
"charge_info": [
{
"charge_name": "string",
"charge_rate": "string",
"currency_type": "string",
"charge_time": "string"
}
]
}
}