--- title: Domain - Storefront API description: Represents a web address. api_version: unstable api_name: storefront source_url: html: 'https://shopify.dev/docs/api/storefront/unstable/objects/Domain' md: 'https://shopify.dev/docs/api/storefront/unstable/objects/Domain.md' --- # Domain object Represents a web address. ## Fields * host [String!](https://shopify.dev/docs/api/storefront/unstable/scalars/String) non-null The host name of the domain (eg: `example.com`). * ssl​Enabled [Boolean!](https://shopify.dev/docs/api/storefront/unstable/scalars/Boolean) non-null Whether SSL is enabled or not. * url [URL!](https://shopify.dev/docs/api/storefront/unstable/scalars/URL) non-null The URL of the domain (eg: `https://example.com`). *** ## Map ### Fields with this object * {}[Shop.primaryDomain](https://shopify.dev/docs/api/storefront/unstable/objects/Shop#field-Shop.fields.primaryDomain)