{
"success": true,
"payload": {
"rates": [
{
"requestToken": "REQUEST_TOKEN_EXAMPLE",
"details": null,
"success": true,
"message": null,
"carrierId": "AMZN_US",
"carrierName": "Amazon Shipping",
"rateId": "RATEID_EXAMPLE",
"promise": {
"pickupWindow": {
"start": "2024-03-26T07:16:40.042Z",
"end": "2024-03-26T08:16:40.042Z"
},
"deliveryWindow": {
"start": "2024-03-27T09:16:40.042Z",
"end": "2024-03-27T09:16:40.042Z"
}
},
"totalCharge": {
"unit": "USD",
"value": "5.47"
},
"supportedDocumentSpecifications": [
{
"format": "PNG",
"size": {
"width": 4,
"length": 6,
"unit": "INCH"
},
"printOptions": [
{
"supportedDPIs": [
300,
203
],
"supportedPageLayouts": [
"DEFAULT"
],
"supportedFileJoiningOptions": [
false
],
"supportedDocumentDetails": [
{
"name": "LABEL",
"isMandatory": true
}
]
}
]
},
{
"format": "ZPL",
"size": {
"width": 4,
"length": 6,
"unit": "INCH"
},
"printOptions": [
{
"supportedDPIs": [
300,
203
],
"supportedPageLayouts": [
"DEFAULT"
],
"supportedFileJoiningOptions": [
false
],
"supportedDocumentDetails": [
{
"name": "LABEL",
"isMandatory": true
}
]
}
]
},
{
"format": "PDF",
"size": {
"width": 4,
"length": 6,
"unit": "INCH"
},
"printOptions": [
{
"supportedDPIs": [
300,
203
],
"supportedPageLayouts": [
"DEFAULT"
],
"supportedFileJoiningOptions": [
false
],
"supportedDocumentDetails": [
{
"name": "LABEL",
"isMandatory": true
}
]
}
]
}
]
}
],
"ineligibleRates": null
}
}