Home > @infiniteobjects/shopify-data-manager > AdminTypes > DeliveryCondition
A condition that must pass for a delivery method definition to be applied to an order.
Signature:
export interface DeliveryCondition extends Node
Extends: Node
Property | Modifiers | Type | Description |
---|---|---|---|
conditionCriteria | DeliveryConditionCriteria | The value (weight or price) that the condition field is compared to. | |
field | DeliveryConditionField | `${DeliveryConditionField}` | The field to compare the criterion value against, using the operator. | |
id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
operator | DeliveryConditionOperator | `${DeliveryConditionOperator}` | The operator to compare the field and criterion value. |