stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > Domain

AdminTypes.Domain interface

A unique string that represents the address of a Shopify store on the Internet.

Signature:

export interface Domain extends Node 

Extends: Node

Properties

Property Modifiers Type Description
host   Scalars[‘String’][‘output’] The host name of the domain. For example, example.com.
id   Scalars[‘ID’][‘output’] A globally-unique ID.
localization?   Maybe<DomainLocalization> (Optional) The localization of the domain, if the domain doesn’t redirect.
marketWebPresence?   Maybe<MarketWebPresence> (Optional) The web presence of the domain.
sslEnabled   Scalars[‘Boolean’][‘output’] Whether SSL is enabled.
url   Scalars[‘URL’][‘output’] The URL of the domain (for example, https://example.com).