--- title: DeliveryRateClass - GraphQL Admin description: The rate class of a rate definition. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryRateClass md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryRateClass.md --- # Delivery​Rate​Class object Requires Any of `assigned_shipping` or `shipping` access scopes or `manage_delivery_settings` user permission. The rate class of a rate definition. ## Fields * id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) non-null A globally-unique ID. * max​Transit​Time [Int!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Int) non-null The maximum transit time in seconds. * min​Transit​Time [Int!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Int) non-null The minimum transit time in seconds. * name [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null Name of the rate class. *** ## Map ### Fields with this object * {}[DeliveryRateDefinition.rateClass](https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryRateDefinition#field-DeliveryRateDefinition.fields.rateClass)