--- title: DeliveryConditionCriteria - GraphQL Admin description: The value (weight or price) that the condition field is compared to. api_version: 2026-04 api_name: admin type: union api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/unions/deliveryconditioncriteria md: https://shopify.dev/docs/api/admin-graphql/latest/unions/deliveryconditioncriteria.md --- # Delivery​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​Condition.conditionCriteria](https://shopify.dev/docs/api/admin-graphql/latest/objects/DeliveryCondition#field-DeliveryCondition.fields.conditionCriteria) OBJECT A condition that must pass for a delivery method definition to be applied to an order. *** ```graphql union DeliveryConditionCriteria = MoneyV2 | Weight ```