File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,10 @@ static async Task Main(string[] args)
2828 } , loggerFactory : factory ) ;
2929
3030
31+ FeedsSample feedsSample = new FeedsSample ( amazonConnection ) ;
32+ await feedsSample . SubmitFeedDELETE_JSONAsync ( "B07HMBFZCZ .2" ) ;
33+
34+
3135 var aa = amazonConnection . Seller . GetMarketplaceParticipations ( ) ;
3236
3337 var plan = amazonConnection . FulFillmentInboundv20240320 . ListInboundPlans ( new Parameter . FulFillmentInbound . v20240320 . ParameterListInboundPlans
Original file line number Diff line number Diff line change 77 <Product >CSharp Amazon Sp API</Product >
88 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
99 <LangVersion >8.0</LangVersion >
10- <Version >1.9.17 </Version >
11- <AssemblyVersion >1.9.17 </AssemblyVersion >
12- <FileVersion >1.9.17 </FileVersion >
10+ <Version >1.9.18 </Version >
11+ <AssemblyVersion >1.9.18 </AssemblyVersion >
12+ <FileVersion >1.9.18 </FileVersion >
1313 <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
1414 <PackageProjectUrl >https://github.com/abuzuhri/Amazon-SP-API-CSharp</PackageProjectUrl >
1515 <PackageLicenseExpression >MIT</PackageLicenseExpression >
You can’t perform that action at this time.
0 commit comments