InventoryItemCountryHarmonizedSystemCodes
Returns a list of country specific harmonized system codes.
View-Specific Information
Select
The server uses the Shopify API to process WHERE clause conditions built with the following column and operators. The server processes other filters client-side within the server.
- InventoryItemId supports the '=, IN' comparison operators.
For example, the following query is processed server-side:
SELECT * FROM InventoryItemCountryHarmonizedSystemCodes WHERE InventoryItemId = 'Val1'
Columns
| Name | Type | References | Description |
| InventoryItemId | String | A globally-unique ID. | |
| CountryCode | String | The ISO 3166-1 alpha-2 country code for the country that issued the specified harmonized system code. | |
| HarmonizedSystemCode [KEY] | String | The country-specific harmonized system code. These are usually longer than 6 digits. |