> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sibipro.com/llms.txt
> Use this file to discover all available pages before exploring further.

# OrderingAssetDimensions

Product measurements for an asset. Omits dimensions the underlying product does not report — each `<dimension>` / `<dimension>Unit` pair is either both present or both null.

```graphql theme={null}
type OrderingAssetDimensions {
  height: Float
  heightUnit: String
  width: Float
  widthUnit: String
  depth: Float
  depthUnit: String
  length: Float
  lengthUnit: String
}
```

### `height` / `heightUnit`

`number | null` / `string | null` - The product's height and its unit of measure (e.g., `"in"`).

***

### `width` / `widthUnit`

`number | null` / `string | null` - The product's width and its unit of measure.

***

### `depth` / `depthUnit`

`number | null` / `string | null` - The product's depth and its unit of measure.

***

### `length` / `lengthUnit`

`number | null` / `string | null` - The product's length and its unit of measure.
