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