Get Line Item Properties
Parameters
Parameter | Label | Required | Options | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
There are no parameters |
Output Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
Name |
DT_WSTR
|
nvarchar(300)
|
300 | False |
|
Label |
DT_WSTR
|
nvarchar(300)
|
300 | False |
|
Type |
DT_WSTR
|
nvarchar(150)
|
150 | False |
|
IsHidden |
DT_BOOL
|
bit
|
False |
||
FieldType |
DT_WSTR
|
nvarchar(150)
|
150 | False |
|
Description |
DT_WSTR
|
nvarchar(1500)
|
1500 | False |
If the column you are looking for is missing, consider customizing Hubspot Connector.
Input Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime. |
Examples
SSIS
Use Hubspot Connector in API Source component to read data or in API Destination component to read/write data:
Get Line Item Properties using API Source
Hubspot
Get Line Item Properties

Get Line Item Properties using API Destination
Hubspot
Get Line Item Properties

ODBC application
Use these SQL queries in your ODBC application data source:
Get line item properties
SELECT * FROM get_lineitem_properties
SQL Server
Use these SQL queries in SQL Server after you create a data source in Data Gateway:
Get line item properties
DECLARE @MyQuery NVARCHAR(MAX) = 'SELECT * FROM get_lineitem_properties';
EXEC (@MyQuery) AT [LS_TO_HUBSPOT_IN_GATEWAY];