# LinkedMetafieldCreateInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields required to link a product option to a metafield. ### Access Scopes ## Fields * [key](/docs/api/admin-graphql/2024-10/scalars/String): String! - The key of the metafield this option is linked to. * [namespace](/docs/api/admin-graphql/2024-10/scalars/String): String! - The namespace of the metafield this option is linked to. * [values](/docs/api/admin-graphql/2024-10/scalars/String): String - Values associated with the option. ## Input objects with this input object * [OptionCreateInput](/docs/api/admin-graphql/2024-10/input-objects/OptionCreateInput) * [OptionSetInput](/docs/api/admin-graphql/2024-10/input-objects/OptionSetInput) ## Examples