> ## Documentation Index
> Fetch the complete documentation index at: https://redo-44af351d-docs-v3-graphql-api-reference.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ProductFamilyOption

> A variant option (e.g. Size, Color) for a product family, with its allowed values.

<ResponseField name="id" type="ID!" required>
  The id of this option.
</ResponseField>

<ResponseField name="name" type="String!" required>
  The option's name (e.g. Size).
</ResponseField>

<ResponseField name="position" type="Int!" required>
  The option's ordering position within the family.
</ResponseField>

<ResponseField name="values" type="[String!]!" required>
  The allowed values for this option (e.g. S, M, L).
</ResponseField>
