# OptionUpdateInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for 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/LinkedMetafieldUpdateInput): LinkedMetafieldUpdateInput - 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. ## Input objects with this input object * [productOptionUpdate](/docs/api/admin-graphql/2024-10/mutations/productOptionUpdate) ## Examples