# GraphQL Admin API now supports custom content by market — Shopify developer changelog --- ## GraphQL Admin API now supports custom content by market As of May 9, 2022, you can use the GraphQL Admin API `unstable` version to surface custom content to buyers in a specific market, including custom content for a store’s default language. This feature enables merchants to provide the following kinds of localized and custom content: - Support showing regional spelling or preferred terms. For example, a “Sweaters” menu title for a United States market, and a “Jumpers” menu title for a United Kingdom market. - Display promotional content based on the buyer’s market. For example, a custom Thanksgiving announcement bar in October for Canadian buyers. For more information, refer to examples in our developer documentation for the [translationsRegister](https://shopify.dev/api/admin-graphql/unstable/mutations/translationsRegister), [translationsRemove](https://shopify.dev/api/admin-graphql/unstable/mutations/translationsRemove), and [translatableResource](https://shopify.dev/api/admin-graphql/unstable/queries/translatableResource) mutations. *Published: May 09, 2022* Tags: API, Update Link: https://shopify.dev/changelog/graphql-admin-api-now-supports-custom-content-by-market ---