InventoryItemCountryHarmonizedSystemCodes
Lists country-specific Harmonized System (HS) codes assigned to inventory items.
View-Specific Information
Select
The driver uses the Shopify API to process WHERE clause conditions built with the following column and operators. The driver processes other filters client-side within the driver.
- 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 | The globally unique identifier of the inventory item. | |
| CountryCode | String | The ISO 3166-1 alpha-2 code for the country that issued the harmonized system code. | |
| HarmonizedSystemCode [KEY] | String | The country-specific harmonized system (HS) code used for international trade. These codes are typically longer than six digits. |