# ProductOption - admin-graphql - OBJECT Version: 2025-01 ## Description The product property names. For example, "Size", "Color", and "Material". Variants are selected based on permutations of these options. The limit for each product property name is 255 characters. ### Access Scopes `read_products` access scope. ## Fields * [id](/docs/api/admin-graphql/2025-01/scalars/ID): ID! - A globally-unique ID. * [linkedMetafield](/docs/api/admin-graphql/2025-01/objects/LinkedMetafield): LinkedMetafield - The metafield identifier linked to this option. * [name](/docs/api/admin-graphql/2025-01/scalars/String): String! - The product option’s name. * [optionValues](/docs/api/admin-graphql/2025-01/objects/ProductOptionValue): ProductOptionValue! - Similar to values, option_values returns all the corresponding option value objects to the product option, including values not assigned to any variants. * [position](/docs/api/admin-graphql/2025-01/scalars/Int): Int! - The product option's position. * [translations](/docs/api/admin-graphql/2025-01/objects/Translation): Translation! - The published translations associated with the resource. * [values](/docs/api/admin-graphql/2025-01/scalars/String): String! - The corresponding value to the product option name. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples