字段 object
代表Internet上Shopify商店地址的唯一字符串。
在本页面
字段
- host(
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
域的主机名(例如:)example.com
。 - id(
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
)
全局唯一标识符。 - localization(
[DomainLocalization](https://shopify.dev/docs/admin-api/graphql/reference/online-store/domainlocalization)
)
域的本地化(如果不重定向)。 - sslEnabled(
[Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
)
是否启用SSL。 - url(
[URL!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#url-2021-01)
)
域的URL(例如:)[https://example.com](https://example.com)
。
返回的类型
[QueryRoot.domain](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/queryroot#domain-2021-01)
[Shop.domains](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/shop#domains-2021-01)
[Shop.primaryDomain](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/shop#primarydomain-2021-01)
派生关系
[Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)