File tree 2 files changed +12
-3
lines changed
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)
35
35
IsActiveLimitRate = true
36
36
} ) ;
37
37
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
+
38
47
AmazonConnection codeAmazonConnection = new AmazonConnection ( new AmazonCredential ( )
39
48
{
40
49
AccessKey = config . GetSection ( "MWSAmazonAPI:AccessKey" ) . Value ,
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.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 >
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