--- title: Domain - Storefront API description: Represents a web address. api_version: 2025-10 api_name: storefront type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/latest/objects/domain md: https://shopify.dev/docs/api/storefront/latest/objects/domain.md --- # Domain object Represents a web address. ## Fields * host [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String) non-null The host name of the domain (eg: `example.com`). * ssl​Enabled [Boolean!](https://shopify.dev/docs/api/storefront/latest/scalars/Boolean) non-null Whether SSL is enabled or not. * url [URL!](https://shopify.dev/docs/api/storefront/latest/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/latest/objects/Shop#field-Shop.fields.primaryDomain)