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

# AmazonSubtitle

> Represents a secondary title usually displayed below the main title of a product on Amazon.

## Fields

<ParamField path="text" type={<>String!</>} required>
  The subtitle text of the product. This can provide additional information or clarification about the product.
</ParamField>

<ParamField path="url" type={<><a href="/api-reference/url">URL!</a></>} required>
  A URL that links to the manufacturer's page on Amazon. This can provide more information about the product or the manufacturer.
</ParamField>

## Related types

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