Skip to main content
object

Requires unauthenticated_read_product_listings access scope.

A specific value for a ProductOption, such as "Red" or "Blue" for a "Color" option. Option values combine across different options to create ProductVariant objects.

Each value can include a visual swatch that displays a color or image. The firstSelectableVariant field returns the variant that combines this option value with the lowest-position values for all other options. This is useful for building product selection interfaces.

Learn more about Shopify's product model.

Anchor to firstSelectableVariantfirstSelectableVariant
•ProductVariant

The product variant that combines this option value with the lowest-position option values for all other options.

This field will always return a variant, provided a variant including this option value exists.

•ID!
non-null

A globally-unique ID.

•String!
non-null

The name of the product option value.

•ProductOptionValueSwatch

The swatch of the product option value.


Was this section helpful?

•interface

Was this section helpful?