--- title: DeliveryWeightConditionInput - GraphQL Admin description: The input fields for a weight-based condition of a delivery method definition. api_version: 2024-10 api_name: admin type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/DeliveryWeightConditionInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/DeliveryWeightConditionInput.txt --- # Delivery​Weight​Condition​Input input\_object The input fields for a weight-based condition of a delivery method definition. ## Fields * criteria [Weight​Input](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/WeightInput) The weight value to compare the weight of an order to. * operator [Delivery​Condition​Operator](https://shopify.dev/docs/api/admin-graphql/2024-10/enums/DeliveryConditionOperator) The operator to use for comparison. *** ## Input objects using this input * [Delivery​Method​Definition​Input.​weight​Conditions​To​Create](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/DeliveryMethodDefinitionInput#field-weightConditionsToCreate) INPUT OBJECT The input fields for a method definition. *** ## Map ### Input objects using this input * [Delivery​Method​Definition​Input.weightConditionsToCreate](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/DeliveryMethodDefinitionInput#field-weightConditionsToCreate)