--- title: CountryHarmonizedSystemCodeInput - GraphQL Admin description: The input fields required to specify a harmonized system code. api_version: 2025-01 api_name: admin type: input-object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2025-01/input-objects/CountryHarmonizedSystemCodeInput md: >- https://shopify.dev/docs/api/admin-graphql/2025-01/input-objects/CountryHarmonizedSystemCodeInput.md --- # Country​Harmonized​System​Code​Input input\_object The input fields required to specify a harmonized system code. ## 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 Country specific harmonized system code. *** ## Input objects using this input * [Inventory​Item​Input.countryHarmonizedSystemCodes](https://shopify.dev/docs/api/admin-graphql/2025-01/input-objects/InventoryItemInput#fields-countryHarmonizedSystemCodes) INPUT OBJECT The input fields for an inventory item. *** ## Map ### Input objects using this input * [Inventory​Item​Input.countryHarmonizedSystemCodes](https://shopify.dev/docs/api/admin-graphql/2025-01/input-objects/InventoryItemInput#fields-countryHarmonizedSystemCodes)