EndPoint Update Inventory Item
Parameters
Parameter | Label | Required | Options | Description |
---|---|---|---|---|
Id | Inventory Item Id | NO |
Output Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
Id |
DT_I8
|
bigint
|
False |
||
Sku |
DT_WSTR
|
nvarchar(255)
|
255 | False |
|
Cost |
DT_WSTR
|
nvarchar(255)
|
255 | False |
|
Tracked |
DT_BOOL
|
bit
|
False |
||
RequiresShipping |
DT_BOOL
|
bit
|
False |
||
CountryCodeOfOrigin |
DT_WSTR
|
nvarchar(50)
|
50 | False |
|
ProvinceCodeOfOrigin |
DT_WSTR
|
nvarchar(50)
|
50 | False |
|
CountryHarmonizedSystemCodes |
DT_WSTR
|
nvarchar(4000)
|
4000 | True |
|
HarmonizedSystemCode |
DT_I8
|
bigint
|
False |
||
CreatedAt |
DT_DBTIMESTAMP
|
datetime
|
False |
||
UpdatedAt |
DT_DBTIMESTAMP
|
datetime
|
False |
Input Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
Sku |
DT_WSTR
|
nvarchar(255)
|
255 | False |
|
Cost |
DT_WSTR
|
nvarchar(255)
|
255 | False |
|
Tracked |
DT_BOOL
|
bit
|
False |
||
RequiresShipping |
DT_BOOL
|
bit
|
False |
||
CountryCodeOfOrigin |
DT_WSTR
|
nvarchar(50)
|
50 | False |
|
ProvinceCodeOfOrigin |
DT_WSTR
|
nvarchar(50)
|
50 | False |
|
CountryHarmonizedSystemCodes |
DT_WSTR
|
nvarchar(4000)
|
4000 | True |
|
HarmonizedSystemCode |
DT_I8
|
bigint
|
False |
||
Id |
DT_I8
|
bigint
|
False |
Required columns that you need to supply are bolded.
Examples
SSIS
Use Shopify Connector in API Source component to read data or in API Destination component to read/write data:
Update rows in InventoryItems table using API Destination
This EndPoint belongs to InventoryItems table, therefore you cannot work with it directly. Use this table and table-operation pair instead:
Shopify
InventoryItems
Update
