Amazon-SP-API-CSharp icon indicating copy to clipboard operation
Amazon-SP-API-CSharp copied to clipboard

.Net C# library for the new Amazon Selling Partner API

Results 94 Amazon-SP-API-CSharp issues
Sort by recently updated
recently updated
newest added

Make a Call with flate file feed first at all, your Library i really helpfull, thank you for that. We have to migrate from the "old" mws to sp-api. We...

Hello, We use version 1.4.22, because we can still use the old call "ListCatalogItems" to get the author information when we search for a book. With the new call, unfortunately,...

I am trying to get a list of all inventory I've ever had including deleted listings. The data does not appear to be included in the report manager `GetProductsAsync` results...

Uploading texts with below code results in wrong special characters on the marketplace. I tried it with and without the additional feedOptions. Am I using them correctly? ```c# var connection...

When calling GetFeedDocumentProcessingReportAsync sometimes the response can be gzipped (if its large enough?). Confirmed getting it for the product feed. It seems you are using WebClient, that doesn't support automatic...

Hi, SubmitFeedAsync doesn't check whether the xmlContentOrFilePath is file path, so XML content always needs to be loaded into memory as a string (and then converted to byte array, so...

Hi, I am upgrading a site from ASP.NET MVC 5 to ASP.NET CORE 6. My code from ASP.NET MVC works fine, but the code fails with .NET Core 6. The...

I keep seeing errors like this in my logs. ``` System.ArgumentException: An item with the same key has already been added. Key: MarketplaceId at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)...