Home > @infiniteobjects/shopify-data-manager > AdminTypes > DeliveryConditionOperator
The operator to use to determine if the condition passes.
Signature:
export declare enum DeliveryConditionOperator
| Member | Value | Description |
|---|---|---|
| GreaterThanOrEqualTo | "GREATER_THAN_OR_EQUAL_TO" |
The condition will check whether the field is greater than or equal to the criterion. |
| LessThanOrEqualTo | "LESS_THAN_OR_EQUAL_TO" |
The condition will check if the field is less than or equal to the criterion. |