> Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

---
title: "AmazonSubtitle"
description: "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)


---

*Powered by [holocron.so](https://holocron.so)*
