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

# Variant

> 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)
