stack

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

AdminTypes.DeliveryUpdateConditionInput interface

The input fields for updating the condition of a delivery method definition.

Signature:

export interface DeliveryUpdateConditionInput 

Properties

Property Modifiers Type Description
criteria?   InputMaybe<Scalars[‘Float’][‘input’]> (Optional) The value that will be used in comparison.
criteriaUnit?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) The unit associated with the value that will be used in comparison.
field?   InputMaybe<DeliveryConditionField | `${DeliveryConditionField}`> (Optional) The property of an order that will be used in comparison.
id   Scalars[‘ID’][‘input’] A globally-unique ID of the condition.
operator?   InputMaybe<DeliveryConditionOperator | `${DeliveryConditionOperator}`> (Optional) The operator to use for comparison.