stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > DeliveryConditionOperator

AdminTypes.DeliveryConditionOperator enum

The operator to use to determine if the condition passes.

Signature:

export declare enum DeliveryConditionOperator 

Enumeration Members

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.