Copy for LLMOn this pageDomain ObjectRepresents API domain. type Domain { host: String! sslEnabled: Boolean! url: String!} Fields host ● String! The host name of the domain. sslEnabled ● Boolean! Inform if SSL is enabled. url ● String! The absolute URL of the API. Member Of Shop object