--- title: DeliveryRateRangeCondition - GraphQL Admin description: The rate range condition for a conditionable object. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryRateRangeCondition md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryRateRangeCondition.md --- # Delivery​Rate​Range​Condition object Requires Any of `assigned_shipping` or `shipping` access scopes or `manage_delivery_settings` user permission. The rate range condition for a conditionable object. ## Fields * max [Delivery​Rate​Range​Condition​Criteria](https://shopify.dev/docs/api/admin-graphql/unstable/unions/DeliveryRateRangeConditionCriteria) The maximum value for the condition range. * min [Delivery​Rate​Range​Condition​Criteria!](https://shopify.dev/docs/api/admin-graphql/unstable/unions/DeliveryRateRangeConditionCriteria) non-null The minimum value for the condition range. * subject [Delivery​Rate​Range​Condition​Subject!](https://shopify.dev/docs/api/admin-graphql/unstable/enums/DeliveryRateRangeConditionSubject) non-null The subject of the rate range condition. *** ## Map ### Fields with this object * [DeliveryMethodDefinition.freeConditions](https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryMethodDefinition#field-DeliveryMethodDefinition.fields.freeConditions) * [DeliveryRateDefinition.conditions](https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryRateDefinition#field-DeliveryRateDefinition.fields.conditions)