--- title: DeliveryRateRangeConditionInput - GraphQL Admin description: The input fields for creating a rate range condition. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/DeliveryRateRangeConditionInput md: >- https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/DeliveryRateRangeConditionInput.md --- # Delivery​Rate​Range​Condition​Input input\_object The input fields for creating a rate range condition. ## Fields * max [Float](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Float) The maximum value for the condition range. * min [Float!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Float) 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. * unit [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null The unit associated with the min and max values that will be used in comparison. If the subject is `TOTAL_CART_VALUE`, the unit must match the currency code of the method definition this rate range condition is in. If the subject is `WEIGHT`, the unit must be a valid weight unit. *** ## Input objects using this input * [Delivery​Method​Definition​Input.freeConditions](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/DeliveryMethodDefinitionInput#fields-freeConditions) INPUT OBJECT The input fields for a method definition. * [Delivery​Rate​Definition​Create​Input.conditions](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/DeliveryRateDefinitionCreateInput#fields-conditions) INPUT OBJECT The input fields for creating a rate definition on a rate group. * [Delivery​Rate​Definition​Update​Input.conditions](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/DeliveryRateDefinitionUpdateInput#fields-conditions) INPUT OBJECT The input fields for updating a rate definition. *** ## Map ### Input objects using this input * [Delivery​Method​Definition​Input.freeConditions](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/DeliveryMethodDefinitionInput#fields-freeConditions) * [Delivery​Rate​Definition​Create​Input.conditions](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/DeliveryRateDefinitionCreateInput#fields-conditions) * [Delivery​Rate​Definition​Update​Input.conditions](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/DeliveryRateDefinitionUpdateInput#fields-conditions)