# Domain - storefront - OBJECT Version: 2024-10 ## Description Represents a web address. ### Access Scopes ## Fields * [host](/docs/api/storefront/2024-10/scalars/String): String! - The host name of the domain (eg: `example.com`). * [sslEnabled](/docs/api/storefront/2024-10/scalars/Boolean): Boolean! - Whether SSL is enabled or not. * [url](/docs/api/storefront/2024-10/scalars/URL): URL! - The URL of the domain (eg: `https://example.com`). ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples