Anchor to ExternalPartnerStorefrontDomainExternal
objectExternal Partner Storefront Domain
A storefront domain published to a shop by an external partner.
Anchor to FieldsFields
- host (String!)
- verificationRecords ([ExternalPartnerStorefrontDomainVerificationRecord!]!)
- verificationStatus (ExternalPartnerStorefrontDomainVerificationStatus!)
- Anchor to hosthost•String!non-null
The host name of the storefront domain.
- Anchor to verificationRecordsverification•[External
Records Partner Storefront Domain Verification Record!]! non-null The DNS records used to verify the storefront domain.
- Anchor to verificationStatusverification•External
Status Partner Storefront Domain Verification Status! non-null The verification status of the storefront domain.
Was this section helpful?
Anchor to MutationsMutations
- externalPartnerStorefrontDomainPublish (ExternalPartnerStorefrontDomainPublishPayload)
- externalPartnerStorefrontDomainVerifyTxt (ExternalPartnerStorefrontDomainVerifyTxtPayload)
- •mutation
Publishes an external partner storefront hostname for the shop by creating or returning the domain ownership verification for the host. Never activates the domain.
- Anchor to hosthost•String!required
The host name of the storefront domain being published.
Arguments
- •mutation
Checks TXT verification for an external partner storefront hostname. Activation, when eligible, is handled asynchronously by the verification-completion flow.
- Anchor to hosthost•String!required
The host name of the storefront domain being verified.
Arguments
Was this section helpful?