Skip to main content

CustomDomain

Custom domain configuration.

type CustomDomain implements Node {
id: ID!
domain: String!
status: String!
errorDetails: String!
sslCertName: String!
}

Fields

CustomDomain.id ● ID! non-null scalar

The Globally Unique ID of this object

CustomDomain.domain ● String! non-null scalar

Domain name

CustomDomain.status ● String! non-null scalar

Domain verification status

CustomDomain.errorDetails ● String! non-null scalar

Error details if verification failed

CustomDomain.sslCertName ● String! non-null scalar

SSL certificate name

Interfaces

Node interface

An object with a Globally Unique ID

Returned By

customStorefrontDomain query

Member Of

CustomDomainCreate object ● CustomDomainDelete object

Was this page helpful?