Anchor to domainVerificationTagInjectdomain
domainVerificationTagInject
mutation
Injects a Meta tag into the online store for a given shop, for verifying the domains of merchants onboarding to the marketplace.
Anchor to Arguments
Arguments
- Anchor to namename•String!required
The name of the marketplace, as it appears on the online store.
- Anchor to verificationCodeverification•
Code String!required The code, as it appears on the online store, for verifying merchant domains.
Was this section helpful?
Anchor to DomainVerificationTagInjectPayload returnsDomainVerificationTagInjectPayload returns
- Anchor to operationoperation•
The operation performed on Meta tag.
- Anchor to userErrorsuser•
Errors The list of errors that occurred from executing the mutation.
Was this section helpful?
Mutation Reference
mutation domainVerificationTagInject($name: String!, $verificationCode: String!) {
domainVerificationTagInject(name: $name, verificationCode: $verificationCode) {
operation
userErrors {
field
message
}
}
}
Input
{
"name": "<your-name>",
"verificationCode": "<your-verificationCode>"
}
{
"name": "<your-name>",
"verificationCode": "<your-verificationCode>"
}