--- title: MetafieldStorefrontVisibilityInput - GraphQL Admin description: The input fields to create a MetafieldStorefrontVisibility record. 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/MetafieldStorefrontVisibilityInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/MetafieldStorefrontVisibilityInput.txt --- # Metafield​Storefront​Visibility​Input input\_object The input fields to create a MetafieldStorefrontVisibility record. ## Fields * key [String!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) non-null The key of a metafield to make visible in the Storefront API. * namespace [String](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) The namespace of a metafield to make visible in the Storefront API. If omitted the app reserved namespace will be used. * owner​Type [Metafield​Owner​Type!](https://shopify.dev/docs/api/admin-graphql/2024-10/enums/MetafieldOwnerType) non-null The owner type of a metafield to make visible in the Storefront API. *** ## Mutations using this input * [metafield​Storefront​Visibility​Create.​input](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/metafieldStorefrontVisibilityCreate#argument-input) MUTATION Deprecated *** ## Map