--- title: DeliveryRateRangeConditionCriteria - GraphQL Admin description: The value (weight or price) that the condition field is compared to. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/unions/DeliveryRateRangeConditionCriteria md: >- https://shopify.dev/docs/api/admin-graphql/unstable/unions/DeliveryRateRangeConditionCriteria.md metadata: domain: admin --- # Delivery​Rate​Range​Condition​Criteria union Requires Any of `assigned_shipping` or `shipping` access scopes or `manage_delivery_settings` user permission. The value (weight or price) that the condition field is compared to. ## Fields with this union * [Delivery​Rate​Range​Condition.max](https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryRateRangeCondition#field-DeliveryRateRangeCondition.fields.max) OBJECT The rate range condition for a conditionable object. * [Delivery​Rate​Range​Condition.min](https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryRateRangeCondition#field-DeliveryRateRangeCondition.fields.min) OBJECT The rate range condition for a conditionable object. *** ```graphql union DeliveryRateRangeConditionCriteria = MoneyV2 | Weight ```