{
"payload": {
"shipmentId": "string",
"serviceRate": {
"totalCharge": {
"amount": 0,
"code": "str"
},
"billableWeight": {
"value": 11,
"unit": "Grams"
},
"serviceType": "Amazon Shipping Ground",
"promise": {
"deliveryWindow": {
"start": "2019-08-24T14:15:22.123Z",
"end": "2019-08-24T14:15:22.123Z"
},
"receiveWindow": {
"start": "2019-08-24T14:15:22.123Z",
"end": "2019-08-24T14:15:22.123Z"
}
}
},
"labelResults": [
{
"containerReferenceId": "string",
"trackingId": "string",
"label": {
"CustomTextForLabel": "string",
"Dimensions": {
"Length": 0,
"Width": 0,
"Unit": "Cm"
},
"FileContents": {
"Contents": "string",
"FileType": "application/pdf",
"Checksum": "string"
},
"LabelFormat": "PDF",
"StandardIdForLabel": "AmazonOrderId"
}
}
]
},
"errors": [
{
"code": "string",
"message": "string",
"details": "string"
}
]
}