Types > Domain
Commerce APITypesDomain
Domain

Description

Topic: Domains

Fields

cert_expires_at: String

The date and time when the SSL certificate for domain expires, RFC 3339 format

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


cert_queued_at: String

The date and time when the SSL certificate was queued for retrieval, RFC 3339 format

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


cert_renewed_at: String

The date and time when the SSL certificate was last acquired, RFC 3339 format

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


cert_status: CertStatus!

SSL certificated retrieval status

Example: "none"


created_at: String!

The date and time when the domain was added, RFC 3339 format

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


dns_instructions_sent_at: String

The date and time when DNS instructions email was last sent, RFC 3339 format

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


domain: String!

Domain itself

Example: "shop.apple.com"


email_auth: DomainEmailAuth


etldp1: String!

Returns effective top level domain + 1 for this domain or empty string if it cannot be determined

Example: "foobar.com"


field_status: [DomainFieldStatus!]!


id: String!

Unique domain identifier. See also: Unique Identifiers

Example: "do_EQzGqWoY"


valid: Boolean!

Whether the domain is correctly configured or not (discovered via DNS request)

Example: false


Used By

Mutations

domainsCreate, domainsEmailAuthInit, domainsEmailAuthValidate

Queries

domains

Types

Shop

Preview (typescript)

Loading module