File tree 2 files changed +30
-4
lines changed 2 files changed +30
-4
lines changed Original file line number Diff line number Diff line change 1
- using FikaAmazonAPI . Utils ;
1
+ using FikaAmazonAPI . ReportGeneration ;
2
+ using FikaAmazonAPI . Utils ;
2
3
using Microsoft . Extensions . Configuration ;
3
4
using static FikaAmazonAPI . Utils . Constants ;
4
5
@@ -28,6 +29,31 @@ static async Task Main(string[] args)
28
29
IsDebugMode = true
29
30
} ) ;
30
31
32
+
33
+ ReportManager reportManager = new ReportManager ( amazonConnection ) ;
34
+ //var datadddd = reportManager.GetFbaEstimateFeeData(DateTime.UtcNow.AddDays(-30), DateTime.UtcNow);
35
+ var dataddd222d = reportManager . GetReferralFeeReportData ( DateTime . UtcNow . AddDays ( - 30 ) , DateTime . UtcNow ) ;
36
+
37
+
38
+
39
+ var file22227 = amazonConnection . Reports . CreateReportAndDownloadFile ( ReportTypes . GET_REFERRAL_FEE_PREVIEW_REPORT , DateTime . UtcNow . AddDays ( - 3 ) , DateTime . UtcNow ) ;
40
+
41
+
42
+ var file3337 = amazonConnection . Reports . GetReports ( new Parameter . Report . ParameterReportList ( )
43
+ {
44
+ reportTypes = new ReportTypes [ ] { ReportTypes . GET_REFERRAL_FEE_PREVIEW_REPORT } ,
45
+ } ) ;
46
+
47
+ var sss = amazonConnection . Reports . GetReport ( "784871019793" ) ;
48
+
49
+
50
+ var file = amazonConnection . Reports . CreateReportAndDownloadFile ( ReportTypes . GET_FBA_ESTIMATED_FBA_FEES_TXT_DATA , DateTime . UtcNow . AddDays ( - 30 ) , DateTime . UtcNow ) ;
51
+
52
+
53
+
54
+
55
+
56
+
31
57
//var feedTypes = new ParameterGetFeed { feedTypes = { FeedType.POST_PRODUCT_PRICING_DATA }, processingStatuses = ProcessingStatuses.IN_PROGRESS };
32
58
33
59
//var feeds = amazonConnection.Feed.GetFeeds(feedTypes);
Original file line number Diff line number Diff line change 7
7
<Product >CSharp Amazon Sp API</Product >
8
8
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
9
9
<LangVersion >8.0</LangVersion >
10
- <Version >1.7.16 </Version >
11
- <AssemblyVersion >1.7.16 </AssemblyVersion >
12
- <FileVersion >1.7.16 </FileVersion >
10
+ <Version >1.7.17 </Version >
11
+ <AssemblyVersion >1.7.17 </AssemblyVersion >
12
+ <FileVersion >1.7.17 </FileVersion >
13
13
<PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
14
14
<PackageProjectUrl >https://github.com/abuzuhri/Amazon-SP-API-CSharp</PackageProjectUrl >
15
15
<PackageLicenseExpression >MIT</PackageLicenseExpression >
You can’t perform that action at this time.
0 commit comments