Home > @infiniteobjects/shopify-data-manager > AdminTypes > DeliveryWeightConditionInput
The input fields for a weight-based condition of a delivery method definition.
Signature:
export interface DeliveryWeightConditionInput
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. |