# OptionSetInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for creating or updating a product option. ### Access Scopes ## Fields * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID - Specifies the product option to update. * [linkedMetafield](/docs/api/admin-graphql/2024-10/input-objects/LinkedMetafieldCreateInput): LinkedMetafieldCreateInput - Specifies the metafield the option is linked to. * [name](/docs/api/admin-graphql/2024-10/scalars/String): String - Name of the option. * [position](/docs/api/admin-graphql/2024-10/scalars/Int): Int - Position of the option. * [values](/docs/api/admin-graphql/2024-10/input-objects/OptionValueSetInput): OptionValueSetInput - Value associated with an option. ## Input objects with this input object * [ProductSetInput](/docs/api/admin-graphql/2024-10/input-objects/ProductSetInput) ## Examples