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

# ProductOptionValue

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

<ResponseField name="name" type="String!" required>
  The option name, e.g. Size.
</ResponseField>

<ResponseField name="value" type="String!" required>
  The selected value, e.g. M.
</ResponseField>
