--- title: New constituent countries for United Kingdom zone - 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/new-constituent-countries-for-united-kingdom-zone md: https://shopify.dev/changelog/new-constituent-countries-for-united-kingdom-zone.md --- [Back to Developer changelog](https://shopify.dev/changelog) April 20, 2021 Tags: * API # New constituent countries for United Kingdom zone Zone information for United Kingdom will now return the following possible constituent countries for the UK: * Name: `England`, Code: `ENG` * Name: `Northern Ireland`, Code: `NIR` * Name: `Scotland`, Code: `SCT` * Name: `Wales`, Code: `WLS` * Name: `British Forces`, Code: `BFP` Merchants use provinces in their [shipping zones settings](https://help.shopify.com/en/manual/shipping/setting-up-and-managing-your-shipping/setting-up-shipping-zones) to specify the rates for a country or province. ![Example of the shipping zone settings with United Kingdom constituent countries](https://screenshot.click/14-00-thnt9-fupv3.png) All existing shops that have United Kingdom in a zone will automatically include all UK constituent countries. This data can be queried from the [GraphQL admin api](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliveryprovince) or [REST admin api](https://shopify.dev/docs/admin-api/rest/reference/store-properties/shippingzone) Shipping/billing addresses in the UK are not supposed to contain these consitituent countries. To ensure that the shipping/billing address is displayed correctly, ensure you are using the [format\_address liquid filter](https://shopify.dev/docs/themes/liquid/reference/filters/additional-filters#format_address) to format correctly based on the address locale.