DeliveryUpdateConditionInput input object
Input fields for updating the conditions of a method definition.
Input fields
- criteria (
[Float](https://shopify.dev/docs/admin-api/graphql/reference/scalar#float-2021-01)
)
The value of the criteria of the condition. - criteriaUnit (
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
The unit of the criteria of the condition. - field (
[DeliveryConditionField](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliveryconditionfield)
)
The field to use, either total_weight or total_price. - id (
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
) REQUIRED
Globally unique identifier of the condition. - operator (
[DeliveryConditionOperator](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliveryconditionoperator)
)
The operator to use for comparison.