--- title: OptionValueUpdateInput - GraphQL Admin description: The input fields for updating a product option value. api_version: 2024-10 api_name: admin type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/OptionValueUpdateInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/OptionValueUpdateInput.txt --- # Option​Value​Update​Input input\_object The input fields for updating a product option value. ## Fields * id [ID!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/ID) non-null Specifies the product option value. * linked​Metafield​Value [String](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) Metafield value associated with an option. * name [String](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) Value associated with an option. *** ## Mutations using this input * [product​Option​Update.​option​Values​To​Update](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/productOptionUpdate#argument-optionValuesToUpdate) MUTATION *** ## Map ### Mutations using this input * <\~>[product​Option​Update.optionValuesToUpdate](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/productOptionUpdate#argument-optionValuesToUpdate)