--- title: OptionValue in Storefront API - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/optionvalue-in-storefront-api md: https://shopify.dev/changelog/optionvalue-in-storefront-api.md --- [Back to Developer changelog](https://shopify.dev/changelog) June 17, 2024 Tags: * Action Required * Storefront GraphQL API * 2024-07 # OptionValue in Storefront API A new type called [`ProductOptionValue`](https://shopify.dev/docs/api/storefront/unstable/objects/ProductOptionValue) has been added to the new storefront API and is nested as a new field [`optionValues`](https://shopify.dev/docs/api/storefront/unstable/objects/ProductOption#field-productoption-optionvalues) on the [`ProductOption`](https://shopify.dev/docs/api/storefront/2024-07/objects/ProductOption) type. As of 2024-07, you can use the `optionValues` field to fetch the option values associated with an option. This field deprecates the existing \[`values`] () and provides richer option value information including swatches.