This operation retrieves a RateGroups using the provided RateGroup ID with metadata such as the RateGroup ID, display name, origin country, status (active/inactive), audience type, included carriers and services, archival status available in the system. Read How to create RateGroup
Retrieved the specified RateGroup.
Invalid request.
The request could not be authorized.
The request could not be completed due to an internal error.
{- "rateGroupId": "Q6Wp3onr3JNlDXx",
- "uid": "Ae6vn3VD5voQ46R",
- "name": "FEDEX-UPS-NDA",
- "countryCode": "US",
- "permissionEntityBy": "E",
- "status": "active",
- "items": [
- {
- "carrierCode": "FEDEX",
- "serviceId": "NDA"
}, - {
- "carrierCode": "FEDEX",
- "serviceId": "2DA"
}, - {
- "carrierCode": "UPS",
- "serviceId": "NDA"
}
], - "archived": false,
- "updateTimestamp": "2025-08-14T10:03:47.063Z",
- "permissions": [
- {
- "permissionEntityId": "1eBNadyLLYp"
}
]
}