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

# ProductOption

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