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

# ProductOptionValueInput

> A variant's selected value for one of the family's options (e.g. Size: M).

<ResponseField name="name" type="String!" required>
  The name of the option being set (e.g. Size).
</ResponseField>

<ResponseField name="value" type="String!" required>
  The selected value for the option (e.g. M).
</ResponseField>
