DeliveryCondition object

A condition that must pass for a method definition to be applied to an order.

On this page

Fields

  • conditionCriteria ([DeliveryConditionCriteria!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliveryconditioncriteria))
    The criteria (weight or price) that the field must meet based on the operator.
  • field ([DeliveryConditionField!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliveryconditionfield))
    The field to compare the criteria unit against, using the operator.
  • id ([ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01))
    Globally unique identifier.
  • operator ([DeliveryConditionOperator!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliveryconditionoperator))
    The operator to compare the field and criteria.

Types that return DeliveryCondition

  • [DeliveryMethodDefinition.methodConditions](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliverymethoddefinition#methodconditions-2021-01)

Implements

  • [Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)