Reference

Endpoint Get Report Filters


Name

get_report_filters

Description

No description available

Parameters

Parameter Required Options
Name: Filter

Label: Filter

Option Value
All Options $.data[*].opt[*].v[*]
All Reports $.data[*].opt[0].v[0]
Options For One Report $.data[?(@id=='GET_MERCHANT_LISTINGS_ALL_DATA')].opt[*].v[*]

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
FilterName DT_WSTR nvarchar(4000) 4000
FilterValue 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 Filters
There are no parameters to configure.
SSIS API Source - Read from table or endpoint

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 Filters
There are no parameters to configure.
SSIS API Destination - Access table or endpoint

ODBC application

Use these SQL queries in your ODBC application data source:

Get report filters

SELECT * FROM get_report_filters

SQL Server

Use these SQL queries in SQL Server after you create a data source in Data Gateway:

Get report filters

DECLARE @MyQuery NVARCHAR(MAX) = 'SELECT * FROM get_report_filters';

EXEC (@MyQuery) AT [LS_TO_AMAZON_SELLING_PARTNER_SP_API_IN_GATEWAY];