--- title: DeliveryRateGroup - GraphQL Admin description: A group of rates that make up a method definition. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryRateGroup md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryRateGroup.md --- # Delivery​Rate​Group object Requires Any of `assigned_shipping` or `shipping` access scopes or `manage_delivery_settings` user permission. A group of rates that make up a method definition. ## Fields * id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) non-null A globally-unique ID. * rate​Providers [Delivery​Rate​Provider​Connection](https://shopify.dev/docs/api/admin-graphql/unstable/connections/DeliveryRateProviderConnection) The rate providers that make up this rate group. * first [Int](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Int) ### Arguments The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql). * after [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql). * last [Int](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Int) The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql). * before [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql). * reverse [Boolean](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Boolean) Default:false Reverse the order of the underlying list. *** *** ## Map ### Fields and connections with this object * [DeliveryMethodDefinition.rateGroups](https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryMethodDefinition#field-DeliveryMethodDefinition.fields.rateGroups) * [DeliveryRateGroupConnection.nodes](https://shopify.dev/docs/api/admin-graphql/unstable/connections/DeliveryRateGroupConnection#returns-nodes) * [DeliveryRateGroupEdge.node](https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryRateGroupEdge#field-DeliveryRateGroupEdge.fields.node) *** ## Interfaces * [Node](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/Node) interface *** ## DeliveryRateGroup Implements ### Implements * [Node](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/Node)