# DeliveryUpdateConditionInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for updating the condition of a delivery method definition. ### Access Scopes ## Fields * [criteria](/docs/api/admin-graphql/2024-10/scalars/Float): Float - The value that will be used in comparison. * [criteriaUnit](/docs/api/admin-graphql/2024-10/scalars/String): String - The unit associated with the value that will be used in comparison. * [field](/docs/api/admin-graphql/2024-10/enums/DeliveryConditionField): DeliveryConditionField - The property of an order that will be used in comparison. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID of the condition. * [operator](/docs/api/admin-graphql/2024-10/enums/DeliveryConditionOperator): DeliveryConditionOperator - The operator to use for comparison. ## Input objects with this input object * [DeliveryMethodDefinitionInput](/docs/api/admin-graphql/2024-10/input-objects/DeliveryMethodDefinitionInput) ## Examples