stack

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

AdminTypes.DeliveryPriceConditionInput interface

The input fields for a price-based condition of a delivery method definition.

Signature:

export interface DeliveryPriceConditionInput 

Properties

Property Modifiers Type Description
criteria?   InputMaybe<MoneyInput> (Optional) The monetary value to compare the price of an order to.
operator?   InputMaybe<DeliveryConditionOperator | `${DeliveryConditionOperator}`> (Optional) The operator to use for comparison.