# DeliveryWeightConditionInput - admin-graphql - INPUT_OBJECT
Version: 2025-01

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

### Access Scopes



## Fields
* [criteria](/docs/api/admin-graphql/2025-01/input-objects/WeightInput): WeightInput - The weight value to compare the weight of an order to.
* [operator](/docs/api/admin-graphql/2025-01/enums/DeliveryConditionOperator): DeliveryConditionOperator - The operator to use for comparison.


## Input objects with this input object
* [DeliveryMethodDefinitionInput](/docs/api/admin-graphql/2025-01/input-objects/DeliveryMethodDefinitionInput)


## Examples