InventoryItemCountryHarmonizedSystemCodes
Lists harmonized system codes for inventory items by country, supporting customs and import documentation.
View-Specific Information
Select
The connector uses the Shopify API to process WHERE clause conditions built with the following column and operators. The connector processes other filters client-side within the connector.
- 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 unique identifier for the inventory item associated with this harmonized system code entry. | |
| CountryCode | String | The two-letter ISO 3166-1 alpha-2 country code identifying the country that assigned the harmonized system code. | |
| HarmonizedSystemCode [KEY] | String | The country-specific harmonized system code used for customs classification, typically extending beyond the standard six-digit base code. |