CountryHarmonizedSystemCode object
Holds the country specific harmonized system code and the country ISO code.
Required access
read_inventory
access scope.
On this page
Fields
- countryCode (
[CountryCode!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/countrycode)
)
Country ISO code. - harmonizedSystemCode (
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
Country specific harmonized system code.
Types that return CountryHarmonizedSystemCode
[InventoryItem.countryHarmonizedSystemCodes](https://shopify.dev/docs/admin-api/graphql/reference/inventory/inventoryitem#countryharmonizedsystemcodes-2021-01)
An auto-generated type for paginating through multiple CountryHarmonizedSystemCodes.
On this page
Fields
- edges (
[[CountryHarmonizedSystemCodeEdge!]!](https://shopify.dev/docs/admin-api/graphql/reference/inventory/countryharmonizedsystemcode)
)
A list of edges. - pageInfo (
[PageInfo!](https://shopify.dev/docs/admin-api/graphql/reference/pageinfo)
)
Information to aid in pagination.
An auto-generated type which holds one CountryHarmonizedSystemCode and a cursor during pagination.
On this page
Fields
- cursor (
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
A cursor for use in pagination. - node (
[CountryHarmonizedSystemCode!](https://shopify.dev/docs/admin-api/graphql/reference/inventory/countryharmonizedsystemcode)
)
The item at the end of CountryHarmonizedSystemCodeEdge.
Types that return CountryHarmonizedSystemCodeEdge
[CountryHarmonizedSystemCodeConnection.edges](https://shopify.dev/docs/admin-api/graphql/reference/inventory/countryharmonizedsystemcode#edges-2021-01)