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

---
title: "ProductOption"
description: "Represents an option for customizing a product."
---

## Fields

<ParamField path="name" type="String!" required>
  The name of the option.
</ParamField>

<ParamField path="position" type="String!" required>
  The position of the option (1, 2, or 3).
</ParamField>

<ParamField path="values" type="[String!]" required>
  A list of possible values for the option.
</ParamField>

## Related types

* [`ShopifyProduct`](/api-reference/shopifyproduct)


---

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