InventoryItemCountryHarmonizedSystemCodes
Returns a list of country specific harmonized system codes.
View-Specific Information
Select
The connector uses the Shopify API to process WHERE clause conditions built with the following columns and operators. The connector processes other filters client-side within the connector.
- InventoryItemId supports the '=,IN' comparison operators.
For example, the following queries are processed server side:
SELECT * FROM InventoryItemCountryHarmonizedSystemCodes
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. |