EndPoint Get Product Variants
Name
get_product_variants
Description
Gets a list of products with their variants. [API reference]
Parameters
Output Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
Id |
DT_I8
|
bigint
|
False |
||
ProductId |
DT_I8
|
bigint
|
False |
||
Title |
DT_WSTR
|
nvarchar(100)
|
100 | False |
|
Sku |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
Price |
DT_WSTR
|
nvarchar(100)
|
100 | False |
|
CompareAtPrice |
DT_WSTR
|
nvarchar(100)
|
100 | False |
|
Position |
DT_I4
|
int
|
False |
||
Option1 |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
Option2 |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
Option3 |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
CreatedAt |
DT_DBTIMESTAMP
|
datetime
|
False |
||
UpdatedAt |
DT_DBTIMESTAMP
|
datetime
|
False |
||
Taxable |
DT_BOOL
|
bit
|
False |
||
InventoryItemId |
DT_I8
|
bigint
|
False |
||
InventoryQuantity |
DT_I4
|
int
|
False |
||
OldInventoryQuantity |
DT_I4
|
int
|
False |
||
InventoryPolicy |
DT_WSTR
|
nvarchar(50)
|
50 | False |
|
InventoryManagement |
DT_WSTR
|
nvarchar(100)
|
100 | False |
|
FulfillmentService |
DT_WSTR
|
nvarchar(100)
|
100 | False |
|
Barcode |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
Grams |
DT_I4
|
int
|
False |
||
ImageId |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
Weight |
DT_R8
|
float
|
False |
||
WeightUnit |
DT_WSTR
|
nvarchar(50)
|
50 | False |
|
RequiresShipping |
DT_BOOL
|
bit
|
False |
||
AdminGraphqlApiId |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
PresentmentPrices |
DT_WSTR
|
nvarchar(4000)
|
4000 | False |
|
ProductTitle |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
ProductBodyHtml |
DT_NTEXT
|
nvarchar(MAX)
|
False |
||
ProductVendor |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
ProductType |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
ProductCreatedAt |
DT_DBTIMESTAMP
|
datetime
|
False |
||
ProductHandle |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
ProductUpdatedAt |
DT_DBTIMESTAMP
|
datetime
|
False |
||
ProductPublishedAt |
DT_DBTIMESTAMP
|
datetime
|
False |
||
ProductTemplateSuffix |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
ProductStatus |
DT_WSTR
|
nvarchar(100)
|
100 | False |
|
ProductPublishedScope |
DT_WSTR
|
nvarchar(50)
|
50 | False |
|
ProductTags |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
ProductAdminGraphqlApiId |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
ProductImage |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
ProductImageId |
DT_I8
|
bigint
|
False |
||
ProductImageProductId |
DT_I8
|
bigint
|
False |
||
ProductImagePosition |
DT_I4
|
int
|
False |
||
ProductImageCreatedAt |
DT_DBTIMESTAMP
|
datetime
|
False |
||
ProductImageUpdatedAt |
DT_DBTIMESTAMP
|
datetime
|
False |
||
ProductImageAlt |
DT_WSTR
|
nvarchar(500)
|
500 | False |
|
ProductImageWidth |
DT_I4
|
int
|
False |
||
ProductImageHeight |
DT_I4
|
int
|
False |
||
ProductImageSrc |
DT_WSTR
|
nvarchar(1000)
|
1000 | False |
|
ProductImageAdminGraphqlApiId |
DT_WSTR
|
nvarchar(500)
|
500 | False |
Input Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
ProductId |
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:
Get Product Variants using API Source
Shopify
Get Product Variants

Get Product Variants using API Destination
Shopify
Get Product Variants
