This operation updates the details of an existing RateGroup identified by its RateGroup ID. You can modify attributes such as the display name, status (active/inactive), audience type (Enterprise, Location, or Users and Roles), and the list of carriers and services associated with the RateGroup. Once updated, the revised RateGroup will be available for use in dynamic rate shopping through the Rate and Create Shipment APIs. Read How to create RateGroup
Rategroup metadata has been updated successfully.
Invalid request.
The request could not be authorized.
The request could not be completed due to an internal error.
{- "name": "RATEGROUP USERS2",
- "countryCode": "US",
- "status": "active",
- "permissionEntityBy": "R",
- "permissions": [
- {
- "permissionEntityId": "ADMIN"
}, - {
- "permissionEntityId": "User"
}
], - "items": [
- {
- "carrierCode": "USPS",
- "serviceId": "PM"
}, - {
- "carrierCode": "FedEx",
- "serviceId": "FEDEX_GROUND"
}, - {
- "carrierCode": "UPS",
- "serviceId": "2ND_DAY_AIR"
}
]
}{- "rateGroupId": "wZJvKEBg0gPVbZ5"
}