# CountryHarmonizedSystemCode - admin-graphql - OBJECT Version: 2024-10 ## Description The country-specific harmonized system code and ISO country code for an inventory item. ### Access Scopes `read_inventory` access scope or `read_products` access scope. ## Fields * [countryCode](/docs/api/admin-graphql/2024-10/enums/CountryCode): CountryCode! - The ISO 3166-1 alpha-2 country code for the country that issued the specified harmonized system code. * [harmonizedSystemCode](/docs/api/admin-graphql/2024-10/scalars/String): String! - The country-specific harmonized system code. These are usually longer than 6 digits. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples