# domainVerificationTagInject - admin - MUTATION Version: unstable ## Description Injects a Meta tag into the online store for a given shop, for verifying the domains of merchants onboarding to the marketplace. ### Access Scopes ## Arguments * [name](/docs/api/admin/unstable/scalars/String): String! - The name of the marketplace, as it appears on the online store. * [verificationCode](/docs/api/admin/unstable/scalars/String): String! - The code, as it appears on the online store, for verifying merchant domains. ## Returns * [operation](/docs/api/admin/unstable/scalars/String): String The operation performed on Meta tag. * [userErrors](/docs/api/admin/unstable/objects/DomainVerificationTagInjectUserError): DomainVerificationTagInjectUserError! The list of errors that occurred from executing the mutation. ## Examples