--- title: CountryHarmonizedSystemCode - GraphQL Admin description: >- The country-specific harmonized system code and ISO country code for an inventory item. api_version: 2025-01 api_name: admin type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2025-01/objects/CountryHarmonizedSystemCode md: >- https://shopify.dev/docs/api/admin-graphql/2025-01/objects/CountryHarmonizedSystemCode.md --- # Country​Harmonized​System​Code object Requires `read_inventory` access scope or `read_products` access scope. The country-specific harmonized system code and ISO country code for an inventory item. ## Fields * country​Code [Country​Code!](https://shopify.dev/docs/api/admin-graphql/2025-01/enums/CountryCode) non-null The ISO 3166-1 alpha-2 country code for the country that issued the specified harmonized system code. * harmonized​System​Code [String!](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/String) non-null The country-specific harmonized system code. These are usually longer than 6 digits. *** ## Map ### Fields and connections with this object * <->[CountryHarmonizedSystemCodeConnection.nodes](https://shopify.dev/docs/api/admin-graphql/2025-01/connections/CountryHarmonizedSystemCodeConnection#returns-nodes) * {}[CountryHarmonizedSystemCodeEdge.node](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/CountryHarmonizedSystemCodeEdge#field-CountryHarmonizedSystemCodeEdge.fields.node) * {}[InventoryItem.countryHarmonizedSystemCodes](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/InventoryItem#field-InventoryItem.fields.countryHarmonizedSystemCodes)