Skip to main content
Anchor to externalPartnerStorefrontDomainPublish

externalPartnerStorefrontDomainPublish

mutation

Requires write_domains access scope.

Publishes an external partner storefront hostname for the shop by creating or returning the domain ownership verification for the host. Never activates the domain.

•String!
required

The host name of the storefront domain being published.


Was this section helpful?

Anchor to ExternalPartnerStorefrontDomainPublishPayload returnsExternalPartnerStorefrontDomainPublishPayload returns

•ExternalPartnerStorefrontDomain

The storefront domain and any required DNS changes.

•Boolean

Whether a new domain verification was created during the mutation.

•[ExternalPartnerStorefrontDomainPublishUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?