> ## 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.

# Dimensions

> A product's length, width, and height expressed in a single shared unit.

<ResponseField name="height" type="Float">
  The height, in `unit`.
</ResponseField>

<ResponseField name="length" type="Float">
  The length, in `unit`.
</ResponseField>

<ResponseField name="unit" type={<a href="/docs/api-reference/v3/reference/catalog/dimension-unit">DimensionUnit!</a>} required>
  The unit all three measurements are expressed in.
</ResponseField>

<ResponseField name="width" type="Float">
  The width, in `unit`.
</ResponseField>
