File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,15 @@ static async Task Main(string[] args)
3535 IsActiveLimitRate = true
3636 } ) ;
3737
38+ FikaAmazonAPI . Parameter . CatalogItems . ParameterListCatalogItems plci = new FikaAmazonAPI . Parameter . CatalogItems . ParameterListCatalogItems ( ) ;
39+ plci . UPC = "079325772114" ;
40+ plci . MarketplaceId = FikaAmazonAPI . Utils . MarketPlace . UnitedArabEmirates . ID ;
41+
42+ amazonConnection . CatalogItem . ListCatalogItems ( plci ) ;
43+
44+
45+ var dataShipment = amazonConnection . FulFillmentInbound . GetShipmentItemsByShipmentId ( "FBA15D7NR6M9" ) ;
46+
3847 AmazonConnection codeAmazonConnection = new AmazonConnection ( new AmazonCredential ( )
3948 {
4049 AccessKey = config . GetSection ( "MWSAmazonAPI:AccessKey" ) . Value ,
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.3.1 </Version >
11- <AssemblyVersion >1.3.1 </AssemblyVersion >
12- <FileVersion >1.3.1 </FileVersion >
10+ <Version >1.3.2 </Version >
11+ <AssemblyVersion >1.3.2 </AssemblyVersion >
12+ <FileVersion >1.3.2 </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