---
title: International domains eligibility boolean - Shopify developer changelog
description: >-
  Shopify’s developer changelog documents all changes to Shopify’s platform.
  Find the latest news and learn about new platform opportunities.
source_url:
  html: 'https://shopify.dev/changelog/international-domains-eligibility-boolean'
  md: 'https://shopify.dev/changelog/international-domains-eligibility-boolean.md'
metadata:
  effectiveApiVersion: ''
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: true
  createdAt: '2020-09-09T20:50:53-04:00'
  postedAt: '2020-09-10T00:00:00-04:00'
  updatedAt: '2024-02-02T10:57:34-05:00'
  effectiveAt: '2020-09-10T00:00:00-04:00'
---

September 10, 2020

Tags:

* Action Required
* API

# International domains eligibility boolean

With the release of [international domains](https://help.shopify.com/en/manual/online-store/os/domains/managing-domains/international-domains), shops can now assign a country and language to individual domains. As of 2020-10, a shops eligibility for international domains can be determined via the internationalDomains field.

For more information, please see the [GraphQL API](https://shopify.dev/docs/admin-api/graphql/reference/object/shop/shopfeatures?api%5Bversion%5D=2020-10) documentation.

Please note that before you redirect a shop to an enabled language you should first check [internationalDomains](https://shopify.dev/docs/admin-api/graphql/reference/object/shop/shopfeatures?api%5Bversion%5D=2020-10) and [domain localization](https://shopify.dev/docs/admin-api/graphql/reference/object/domain/domainlocalization) to confirm which languages are available on which domains.

Failing to do so and redirecting to a domain which doesn't support the language would result in a 404.
