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