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

---
title: "Variant"
description: "An interface for product variants across different marketplaces, such as Amazon and Shopify. By implementing the Variant interface, different marketplace product types like AmazonProduct and ShopifyVariant can have a standardized way to handle product variants."
---

## Fields

***

<ParamField path="title" type="String!" required>
  The title of the product variant. This field usually contains specific information about the variant, such as color, size, or other distinguishing characteristics.
</ParamField>

<ParamField path="image" type={<a href="/api-reference/image">Image!</a>} required>
  An Image type that contains information about the variant's image, including its URL, dimensions, and other attributes.
</ParamField>

***

## Implementations

* [`AmazonVariant`](/api-reference/amazonvariant)
* [`ShopifyVariant`](/api-reference/shopifyvariant)


---

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