The operation is used for rateshop and to get specific rate based on serviceId for Multipiece.
The Multipiece Rates created successfully.
Invalid request.
The request could not be authorized.
The request could not be completed due to an internal error.
{- "fromAddress": {
- "addressLine1": "27 Waterview Dr",
- "addressLine2": "near abc street",
- "addressLine3": "near xyz street",
- "cityTown": "Shelton",
- "stateProvince": "CT",
- "postalCode": "06484-4301",
- "countryCode": "US",
- "company": "ABC Company",
- "name": "Sasha Sekrotov",
- "phone": "323 555-1212",
- "email": "rs.canid@gmail.com",
- "residential": true
}, - "multiPieceParcels": [
- {
- "parcelType": "PACK",
- "parcel": {
- "weightUnit": "OZ",
- "weight": 16,
- "dimUnit": "IN",
- "length": 10,
- "width": 10,
- "height": 0.5
}
}
], - "carrierAccounts": [
- "fsduygqy6"
], - "toAddress": {
- "company": "Pitney Bowes Inc.",
- "name": "sender_fname",
- "phone": "2032032033",
- "email": "sender@email.com",
- "residential": true,
- "addressLine1": "27 Waterview Drive",
- "addressLine2": "near abc street",
- "addressLine3": "near xyz street",
- "cityTown": "Shelton",
- "stateProvince": "CT",
- "postalCode": "06484-4301",
- "countryCode": "US"
}
}
{- "fromAddress": {
- "addressLine1": "27 Waterview Dr",
- "addressLine2": "near abc street",
- "addressLine3": "near xyz street",
- "cityTown": "Shelton",
- "stateProvince": "CT",
- "postalCode": "06484-4301",
- "countryCode": "US",
- "company": "ABC Company",
- "name": "Sasha Sekrotov",
- "phone": "323 555-1212",
- "email": "rs.canid@gmail.com",
- "residential": true
}, - "toAddress": {
- "company": "Pitney Bowes Inc.",
- "name": "user_name",
- "phone": 2032032033,
- "email": "sender@email.com",
- "residential": true,
- "addressLine1": "27 Waterview Drive",
- "addressLine2": "near abc street",
- "addressLine3": "near xyz street",
- "cityTown": "Shelton",
- "stateProvince": "CT",
- "postalCode": "06484-4301",
- "countryCode": "US"
}, - "serviceId": "NDA",
- "rates": [
- {
- "totalCarrierCharge": 172.68,
- "carrier": "UPS",
- "currencyCode": "USD",
- "deliveryCommitment": {
- "additionalDetails": "By end of Day",
- "estimatedDeliveryDateTime": "2024-12-18 18:00:00.000",
- "guarantee": "NONE",
- "maxEstimatedNumberOfDays": "3",
- "minEstimatedNumberOfDays": "3"
}, - "rateTypeId": "COMMERCIAL",
- "serviceId": "NDA",
- "multiPieceParcels": [
- {
- "parcelType": "PKG",
- "parcel": {
- "length": 10,
- "height": 10,
- "width": 10,
- "dimUnit": "IN",
- "weightUnit": "OZ",
- "weight": 16
}, - "parcelRate": {
- "baseCharge": 145.36,
- "surcharges": [
- {
- "fee": null,
- "name": null
}
]
}
}
], - "surcharges": [
- {
- "fee": 5.65,
- "name": "RESIDENTIAL"
}
]
}
], - "errors": [
- {
- "code": "validation_error",
- "message": "error while getting rates for carrier with carrierAccount eRMnRx4mzPP : "
}
]
}