> ## Documentation Index
> Fetch the complete documentation index at: https://redo-44af351d-docs-v3-graphql-api-reference.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Weight

> A weight as a `{ value, unit }` pair, e.g. `{ value: 1.5, unit: KILOGRAM }`.

<ResponseField name="unit" type={<a href="/docs/api-reference/v3/reference/catalog/weight-unit">WeightUnit!</a>} required>
  The unit the value is expressed in.
</ResponseField>

<ResponseField name="value" type="Float!" required>
  The numeric magnitude of the weight.
</ResponseField>
