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 InventoryItemId column, which supports the '=' comparison operator.
The connector processes other filters client-side within the connector.
For example, the following query is processed server-side:
SELECT * FROM InventoryItemCountryHarmonizedSystemCodes WHERE InventoryItemId='VALUE'
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. |