{
"clientReferenceId": "string",
"shipTo": {
"addressLine1": "address_1",
"addressLine2": "address_2",
"addressLine3": "address_3",
"city": "Seattle",
"countryCode": "US",
"county": "Washington",
"district": "District1",
"name": "address_name",
"phoneNumber": "+14155552671",
"postalCode": "123456",
"stateOrRegion": "Washington"
},
"shipFrom": {
"addressLine1": "address_1",
"addressLine2": "address_2",
"addressLine3": "address_3",
"city": "Seattle",
"countryCode": "US",
"county": "Washington",
"district": "District1",
"name": "address_name",
"phoneNumber": "+14155552671",
"postalCode": "123456",
"stateOrRegion": "Washington"
},
"shipDate": "2019-08-24T14:15:22.123Z",
"serviceType": "Amazon Shipping Ground",
"containers": [
{
"containerType": "PACKAGE",
"containerReferenceId": "string",
"value": {
"amount": 0,
"code": "str"
},
"dimensions": {
"height": {
"unit": "string",
"value": 0
},
"length": {
"unit": "string",
"value": 0
},
"weight": {
"unit": "string",
"value": 0
},
"width": {
"unit": "string",
"value": 0
}
},
"items": [
{
"quantity": 0,
"unitPrice": {
"amount": 0,
"code": "str"
},
"unitWeight": {
"value": 11,
"unit": "Grams"
},
"title": "string"
}
],
"weight": {
"value": 11,
"unit": "Grams"
}
}
],
"labelSpecification": {
"labelFormat": "PNG",
"labelStockSize": "4x6"
}
}