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

# AmazonSpecification

> Represents a product specification for an Amazon item. These specifications provide more detailed information about the product.

## Fields

<ParamField path="name" type={<>String!</>} required>
  The name of the specification, e.g., 'RAM'.
</ParamField>

<ParamField path="value" type={<>String!</>} required>
  The value of the specification, e.g., '8 GB'.
</ParamField>

## Related types

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