New insuranceCurrencyCode parameter for shipments
{
"parcels": [
{
"cargoCategory": "parcel",
"parcelDescription": "Electronics accessories",
"insuranceCost": 25.50,
"insuranceCurrencyCode": "USD",
"rowNumber": 1,
"width": 300,
"length": 400,
"height": 150,
"actualWeight": 1500
}
],
"invoice": {
"incoterm": "DAP",
"currency": "USD",
"exportReason": "Selling",
"cost": 25.50,
"items": [
{
"id": "1",
"hsCode": "85177900",
"name": "Phone case",
"nameEng": "Phone case",
"material": "plastic",
"materialEng": "plastic",
"measurementCode": "pieces",
"amount": 1,
"cost": 25.50,
"actualWeight": 1500
}
]
}
}