--- title: Domain - Customer API description: A unique string representing the address of a Shopify store on the Internet. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/domain md: https://shopify.dev/docs/api/customer/latest/objects/domain.md --- # Domain object A unique string representing the address of a Shopify store on the Internet. ## Fields * host [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The host name of the domain (for example, `example.com`). * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * redirect​Host [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The host of the primary domain that this domain redirects to (for example, `example.com`). * url [URL!](https://shopify.dev/docs/api/customer/latest/scalars/URL) non-null The URL of the domain (for example, `example.com`). *** ## Map ### Fields with this object * {}[MarketWebPresence.domain](https://shopify.dev/docs/api/customer/latest/objects/MarketWebPresence#field-domain) *** ## Interfaces * [Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node) interface *** ## ||-Domain Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node)