Reflects the restoration of Sardinia's administrative divisions enacted in June 2025. The new province "Gallura Nord-Est Sardegna (OT)" is now selectable, and the former "Carbonia-Iglesias (CI)" has been renamed "Sulcis Iglesiente".
Short code OT. It can now be selected as a province in Shopify Checkout and other surfaces.
Short code CI. The display was updated to match the official post-restoration province name "Sulcis Iglesiente".
Merchants who ship to Sardinia will see the name change in Checkout. Partners using the Address API will see improved accuracy in province assignment.
* The details of the administrative reorganization (the full scope of exactly which former provinces were restored or merged) arenot documentedin the original article. The only content of this release is the two items Shopify applied above.
For merchants who ship to Sardinia,the province dropdown on the checkout screenshows the updated province names. No additional steps are required from buyers.
In partner integrations that use the address validation / autocomplete API,province assignment for Sardinian addresses becomes more accurate.
| Role | Impact | Action needed |
|---|---|---|
| Merchants who ship to Sardinia | The province name display in Checkout is updated. Some customers will start selecting the new province "Gallura Nord-Est Sardegna". | Generally none Already applied by Shopify |
| Stores that store address data in their own database | Past orders with "Carbonia-Iglesias" and new orders with "Sulcis Iglesiente" may coexist. | Review recommended Check your record-matching logic |
| Partners / apps that use the address API | Province assignment accuracy for Sardinian addresses improves. New code OT may appear in the response. |
Needs verification Province code whitelist |
| Shipping labels / OMS / accounting integration | The province master data in the integrated systems (carriers, tax) may still use the old definitions. | Needs review Depends on the matching key (province name or code) |
There are no changes to province definitions in other regions or countries. Even globally deployed stores will see effectively no impact unless they ship to Sardinia.
Since renamings like this usually apply only going forward, build your reports on the assumption that past orders retain the "Carbonia-Iglesias" label. The original article gives no explicit mention of retroactivity:Not stated.
Province names change over time. For address matching and tax master integration,match on the code rather than the display nameis the more robust design.
The new definitions will appear in the responses of the address validation API / autocomplete API that partners use. It's safest to prepare one test address and run a regression check.
In the storefront / admin / custom apps,places where the province name string is hardcoded(validation, label printing, address display, region-specific tax rate settings, etc.) need to be updated to support "Sulcis Iglesiente". Also check that the new province "Gallura Nord-Est Sardegna" isn't being treated as disallowed.
address.province the quickest way is to use `grep` to find where it's handled.