GetFeedProcessingReport
Creates and/or returns data for a specific report.
Execute
Use the GetFeedProcessingReport stored procedure to download the processing report of a feed based on feedDocumentId. FeedDocumentId can be retrieved from the Feeds view as 'ResultFeedDocumentId'.
EXEC GetFeedProcessingReport @FeedDocumentId = '1234', @DownloadPath = 'C:\Tests\AmazonMarketplaceTest'
Input
Name | Type | Required | Description |
FeedDocumentId | String | True | Unique ID of the feed processing report to download. |
DownloadPath | String | False | The File path to write the report data. If no path is specified, the file is kept in memory in the FileData output. |
Result Set Columns
Name | Type | Description |
Success | Boolean | Boolean indicating the result of the operation. |
URL | String | A unique identifier for the report. |
FileData | String | The file data output, if the LocalPath input is empty. |