--- title: Domain - Storefront API description: > A web address associated with a shop. The [`Shop`](/docs/api/storefront/2026-01/objects/Shop) object's [`primaryDomain`](/docs/api/storefront/2026-01/objects/Shop#field-Shop.fields.primaryDomain) field returns this to identify the shop's online store URL. api_version: 2026-01 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 A web address associated with a shop. The [`Shop`](https://shopify.dev/docs/api/storefront/2026-01/objects/Shop) object's [`primaryDomain`](https://shopify.dev/docs/api/storefront/2026-01/objects/Shop#field-Shop.fields.primaryDomain) field returns this to identify the shop's online store URL. ## 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)