--- title: OptionUpdateInput - GraphQL Admin description: The input fields for updating a product option. api_version: 2025-10 api_name: admin type: input-object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/input-objects/optionupdateinput md: https://shopify.dev/docs/api/admin-graphql/latest/input-objects/optionupdateinput.md --- # Option​Update​Input input\_object The input fields for updating a product option. ## Fields * id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) non-null Specifies the product option to update. * linked​Metafield [Linked​Metafield​Update​Input](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/LinkedMetafieldUpdateInput) Specifies the metafield the option is linked to. * name [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) Name of the option. * position [Int](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int) Position of the option. *** ## Map No referencing types