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

# ProductFamilyOptionInput

> An option (e.g. Size) to create on the new family.

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

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

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