EndPoint Get Location
Name
get_location
Description
Gets a specific location. [API reference]
Parameters
Parameter | Label | Required | Options | Description |
---|---|---|---|---|
Id | Location Id | YES | The ID of the location for which data should be read. |
Output Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
Id |
DT_I8
|
bigint
|
False |
||
Name |
DT_WSTR
|
nvarchar(255)
|
255 | False |
|
Active |
DT_BOOL
|
bit
|
False |
||
Address1 |
DT_WSTR
|
nvarchar(255)
|
255 | False |
|
Address2 |
DT_WSTR
|
nvarchar(255)
|
255 | False |
|
City |
DT_WSTR
|
nvarchar(255)
|
255 | False |
|
Province |
DT_WSTR
|
nvarchar(255)
|
255 | False |
|
Zip |
DT_WSTR
|
nvarchar(255)
|
255 | False |
|
Country |
DT_WSTR
|
nvarchar(255)
|
255 | False |
|
Phone |
DT_WSTR
|
nvarchar(255)
|
255 | False |
|
ProvinceCode |
DT_WSTR
|
nvarchar(255)
|
255 | False |
|
CountryCode |
DT_WSTR
|
nvarchar(255)
|
255 | False |
|
CountryName |
DT_WSTR
|
nvarchar(255)
|
255 | False |
|
LocalizedProvinceName |
DT_WSTR
|
nvarchar(255)
|
255 | False |
|
LocalizedCountryName |
DT_WSTR
|
nvarchar(255)
|
255 | False |
|
Legacy |
DT_BOOL
|
bit
|
False |
||
CreatedAt |
DT_DBTIMESTAMP
|
datetime
|
False |
||
UpdatedAt |
DT_DBTIMESTAMP
|
datetime
|
False |
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 Shopify Connector in API Source component to read data or in API Destination component to read/write data:
Get Location using API Source
Shopify
Get Location

Get Location using API Destination
Shopify
Get Location
