Endpoint Get Report Options
Name
get_report_options
Description
Parameters
Parameter | Required | Options | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
Name:
Label: Filter |
|
Output Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Description |
---|---|---|---|---|
Id |
DT_WSTR
|
nvarchar(4000)
|
4000 | |
ReportName |
DT_WSTR
|
nvarchar(4000)
|
4000 | |
ReportCategory |
DT_WSTR
|
nvarchar(4000)
|
4000 | |
FileFormat |
DT_WSTR
|
nvarchar(4000)
|
4000 | |
OptionName |
DT_WSTR
|
nvarchar(4000)
|
4000 | |
OptionValue |
DT_WSTR
|
nvarchar(4000)
|
4000 | |
OptionNameValue |
DT_WSTR
|
nvarchar(4000)
|
4000 |
If the column you are looking for is missing, consider customizing Amazon Selling Partner (SP-API) Connector.
Input Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime. |
Examples
SSIS
Use Amazon Selling Partner (SP-API) Connector in API Source or in API Destination SSIS Data Flow components to read or write data.
API Source
API Source - Amazon Selling Partner (SP-API)
Amazon Selling Partner Connector (SP-API) can be used to integrated SP-API that helps Amazon sellers to programmatically exchange data on listings, orders, payments, reports, and more.
Amazon Selling Partner (SP-API)
Get Report Options
There are no parameters to configure. |

API Destination
API Destination - Amazon Selling Partner (SP-API)
Amazon Selling Partner Connector (SP-API) can be used to integrated SP-API that helps Amazon sellers to programmatically exchange data on listings, orders, payments, reports, and more.
Amazon Selling Partner (SP-API)
Get Report Options
There are no parameters to configure. |

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