WeightInput input object
Specifies the weight unit and value inputs.
Input fields
- unit (
[WeightUnit!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/weightunit)
) REQUIRED
Unit of measurement forvalue
. - value (
[Float!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#float-2021-01)
) REQUIRED
The weight value using the unit system specified withweight_unit
.