DeliveryConditionOperator enum

The operator to use to determine if the condition passes.

Values

  • GREATER_THAN_OR_EQUAL_TO
    The condition will check if the field is greater than or equal to the criteria.
  • LESS_THAN_OR_EQUAL_TO
    The condition will check if the field is less than or equal to the criteria.

Types that return DeliveryConditionOperator

  • [DeliveryCondition.operator](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliverycondition#operator-2021-01)