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

# AmazonVariantDimension

> Represents a dimension of an Amazon product variant.

## Fields

<ParamField path="name" type={<>String!</>} required>
  The name of the dimension.
</ParamField>

<ParamField path="value" type={<>String!</>} required>
  The value of the dimension.
</ParamField>

## Related types

* [`AmazonProduct`](/api-reference/amazonproduct)
