Docs
Dashboard

Domain

Object

Fields returned for domain.

#

Fields


activatedAt
DateTime

The activated at associated with this domain.

cloudflareCustomOriginServer
String

The cloudflare custom origin server associated with this domain.

cloudflareCustomOriginSni
String

The cloudflare custom origin sni associated with this domain.

cloudflareHostnameStatus
String

The cloudflare hostname status associated with this domain.

cloudflareSslStatus
String

The cloudflare ssl status associated with this domain.

createdAt
DateTime!

The date and time when the resource was created.

disabledAt
DateTime

The disabled at associated with this domain.

dnsTarget
String!

The dns target associated with this domain.

errors
[String!]!

User-facing errors that prevented the operation from succeeding.

hostname
String!

The hostname associated with this domain.

id
ID!

The unique identifier of the resource.

isPrimary
Boolean!

The is primary associated with this domain.

kind
DomainKind!

The kind associated with this domain.

Possible enum values
  • CHECKOUT

    The domain routes visitors to the checkout experience.

lastCheckedAt
DateTime

The last checked at associated with this domain.

lastModifiedAt
DateTime

The last modified at associated with this domain.

requiredDnsRecords
[DomainDnsRecord!]!

The required dns records associated with this domain.

status
DomainStatus!

The status associated with this domain.

Possible enum values
  • ACTIVE

    The domain is configured and available for use.

  • DISABLED

    The domain has been intentionally taken out of use.

  • FAILED

    The domain could not be provisioned successfully.

  • NEEDS_SETUP

    The domain requires additional configuration before provisioning can begin.

  • PENDING_SSL

    The domain is waiting for its secure connection to be provisioned.

type
DomainType!

The type associated with this domain.

Possible enum values
  • THIRD_PARTY

    The domain is managed through an external domain provider.

  • THOR_MANAGED

    The domain is managed by Thor on behalf of the store.

#

Queries


Gets the checkout domain configured for this tenant.

#

Mutations


Creates the checkout domain for this tenant.

Deletes the checkout domain for this tenant.

Refreshes the checkout domain status from Cloudflare.