DomainLocalization object

The country and language settings assigned to a domain.


On this page


Fields

  • alternateLocales ([[String!]!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The ISO codes for the domain’s alternate locales.
  • country ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The ISO code for the country assigned to the domain, or “*” for a domain set to “Rest of world”.
  • defaultLocale ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The ISO code for the domain’s default locale.


Types that return DomainLocalization

  • [Domain.localization](https://shopify.dev/docs/admin-api/graphql/reference/online-store/domain#localization-2021-01)