# ProductOption - storefront - OBJECT Version: 2025-04 ## Description Product property names like "Size", "Color", and "Material" that the customers can select. Variants are selected based on permutations of these options. 255 characters limit each. ### Access Scopes `unauthenticated_read_product_listings` access scope. ## Fields * [id](/docs/api/storefront/2025-04/scalars/ID): ID! - A globally-unique ID. * [name](/docs/api/storefront/2025-04/scalars/String): String! - The product option’s name. * [optionValues](/docs/api/storefront/2025-04/objects/ProductOptionValue): ProductOptionValue! - The corresponding option value to the product option. * [values](/docs/api/storefront/2025-04/scalars/String): String! - The corresponding value to the product option name. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples