{
"AppID": "string",
"RestApiKey": "string",
"CustomerKey": "string",
"Reference": "string",
"LabelFormat": "PDF",
"WeightUnit": "KG",
"Currency": "USD",
"DimensionUnit": "IN",
"Insurance": "N",
"ServiceCode": [
[
"STANDARD",
"EXPRESS",
"STANDARD-ECONOMY",
"EXPRESS-ECONOMY"
]
],
"TermsOfTrade": [
[
"DDP",
"DDU"
]
],
"IsReturn": "N",
"IncludeLandedCost": true,
"ShipFromAddress": {
"Name": "string",
"AttentionName": "string",
"AddressLine1": "string",
"AddressLine2": "string",
"AddressLine3": "string",
"City": "string",
"State": "string",
"Country": "string",
"Zip": "string",
"Phone": "string",
"Email": "string"
},
"ShipToAddress": {
"Name": "string",
"AttentionName": "string",
"AddressLine1": "string",
"AddressLine2": "string",
"AddressLine3": "string",
"City": "string",
"State": "string",
"Country": "string",
"Zip": "string",
"Phone": "string",
"Email": "string"
},
"ReasonForExport": "merchandise",
"Pieces": [
{
"Quantity": 0,
"Weight": 0,
"Length": 1,
"Width": 1,
"Height": 1,
"SalePrice": 0,
"HSCode": "string",
"OriginCountryCode": "string",
"Description": "string",
"SKU": "string",
"Material": "string",
"Category": [
"string"
]
}
],
"Package": {
"Weight": 0,
"Length": 0,
"Width": 0,
"Height": 0
}
}