Starting with the 2025-10 API version, Shopify's GraphQL Admin API now supports global harmonized system (HS) codes through a nullable countryCode field in CountryHarmonizedSystemCodeInput. When you set countryCode to null, the HS code entry is treated as a global code rather than a country-specific one, allowing merchants to store universal 6-digit HS codes without requiring a country context.
For Shopify developers building international commerce solutions, this is a significant efficiency gain. Many merchants work with global HS codes that serve as the foundation before country-specific digits are added—now you can streamline this process without redundant data entry or workarounds. This reduces complexity in your integration logic and makes it easier to manage product classification across multiple markets simultaneously.
GetShopifyToken makes it simple to authenticate and manage your GraphQL Admin API access with secure OAuth tokens, so you can focus on implementing features like global HS code support without worrying about authentication infrastructure.