Skip to main content
Anchor to ExternalPartnerStorefrontDomain

ExternalPartnerStorefrontDomain

object

A storefront domain published to a shop by an external partner.

•String!
non-null

The host name of the storefront domain.

•[ExternalPartnerStorefrontDomainVerificationRecord!]!
non-null

The DNS records used to verify the storefront domain.

•ExternalPartnerStorefrontDomainVerificationStatus!
non-null

The verification status of the storefront domain.


Was this section helpful?

•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.

Arguments

•String!
required

The host name of the storefront domain being published.


•mutation

Checks TXT verification for an external partner storefront hostname. Activation, when eligible, is handled asynchronously by the verification-completion flow.

Arguments

•String!
required

The host name of the storefront domain being verified.



Was this section helpful?