{
"code": 0,
"message": "string",
"data": {
"channel": "string",
"customerNo": "string",
"trackNo": "string",
"signature": "string",
"goodType": "string",
"declareType": "string",
"saleTerm": "string",
"exportReason": "string",
"insureType": "string",
"insureCost": "string",
"freightCost": "string",
"otherCost": "string",
"productType": "string",
"taxPayType": "string",
"taxPayAccount": "string",
"freightPayType": "string",
"freightPayAccount": "string",
"orderNote": "string",
"labelMemo": "string",
"sender": {
"name": "string",
"country": "string",
"province": "string",
"city": "string",
"zipcode": "string",
"tel": "string",
"phone": "string",
"company": "string",
"address1": "string",
"address2": "string"
},
"recipient": {
"name": "string",
"country": "string",
"province": "string",
"city": "string",
"zipcode": "string",
"company": "string",
"tel": "string",
"phone": "string",
"address1": "string",
"address2": "string",
"address3": "string"
},
"volumeList": [
{
"boxNo": "string",
"boxLength": 0,
"boxWidth": 0,
"boxHeight": 0,
"boxWeight": 0,
"customerNo": "string",
"boxPiece": 0
}
],
"itemList": [
{
"boxNo": "string",
"sku": "string",
"cnName": "string",
"enName": "string",
"customsCode": "string",
"num": 0,
"price": 0,
"priceCurrency": "string",
"weight": 0
}
],
"status": "string",
"costList": {
"costName": "string",
"currency": "string",
"cost": 0
},
"childNumberList": [
"string"
]
}
}