-
I want to get transaction data(Reports->Payments->Transaction View). but reports.Count = 0 var parameters = new ParameterReportList();
parameters.pageSize = 100;
parameters.reportTypes = new List<ReportTypes>();
parameters.reportTypes.Add(ReportTypes.GET_VAT_TRANSACTION_DATA);
parameters.marketplaceIds = new List<string>();
parameters.marketplaceIds.Add(MarketPlace.US.ID);
var reports = amazonConnection.Reports.GetReports(parameters); |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
This report available only to some country not to all countries |
Beta Was this translation helpful? Give feedback.
-
I Upload new sample test here without use any API just pure c# https://github.com/abuzuhri/Amazon-SP-API-CSharp/tree/main/Others/PureCodeSampleForTest please test the result you get with the result came from my Library and let me know |
Beta Was this translation helpful? Give feedback.
-
Depend on my experience on this report are the same report in this page GET_V2_SETTLEMENT_REPORT_DATA_FLAT_FILE_V2 https://sellercentral.amazon.ae/payments/past-settlements?ref_=xx_settle_ttab_dash so you will not get statement on the date range you will get list of report in that date range |
Beta Was this translation helpful? Give feedback.
Depend on my experience on this report are the same report in this page GET_V2_SETTLEMENT_REPORT_DATA_FLAT_FILE_V2
https://sellercentral.amazon.ae/payments/past-settlements?ref_=xx_settle_ttab_dash
so you will not get statement on the date range you will get list of report in that date range