stack

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

AdminTypes.DeliveryWeightConditionInput interface

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

Signature:

export interface DeliveryWeightConditionInput 

Properties

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