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