# DeliveryCondition - admin-graphql - OBJECT Version: 2024-10 ## Description A condition that must pass for a delivery method definition to be applied to an order. ### Access Scopes Any of `assigned_shipping` or `shipping` access scopes or `manage_delivery_settings` user permission. ## Fields * [conditionCriteria](/docs/api/admin-graphql/2024-10/unions/DeliveryConditionCriteria): DeliveryConditionCriteria! - The value (weight or price) that the condition field is compared to. * [field](/docs/api/admin-graphql/2024-10/enums/DeliveryConditionField): DeliveryConditionField! - The field to compare the criterion value against, using the operator. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [operator](/docs/api/admin-graphql/2024-10/enums/DeliveryConditionOperator): DeliveryConditionOperator! - The operator to compare the field and criterion value. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples