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

Hi, aftere a server restar I have the error: 'Object reference not set to an instance of an object.' This exception was originally thrown at this call stack: FikaAmazonAPI.Services.TokenGeneration.SignWithSTSKeysAndSecurityTokenAsync(RestSharp.RestRequest, string,...

Amazon support team asking us to use the UserARN only for our 'App Client' in Developer Central page (since ours is private Selling Partner API application). So we are asked...

Hello, I have the following situation with the 1.7.1 version: - I have a job which calls sp-api for getting orders and order items for multiple stores, but I am...

I've noticed over the past couple weeks I keep getting the same error when retrieving Order Items for Amazon Orders. ```csharp 011423f9-3d6c-4b6e-9338-456f8c4ca465 fail Newtonsoft.Json.JsonSerializationException: Error converting value "JE_VOEC" to type...

When calling the GetDefinitionsProductType endpoint with the LISTINGPRODUCTONLY requirement, we get AmazonInvalidInputException: 'Request has missing or invalid parameters and cannot be parsed.' This is due to the Conversion of parameters...

Hi, i upload several files in own threads to Amazon. After a few request i get on this line of code (i use vb.net) an error Dim feedOutput = amazonConnection.Feed.GetFeed(feedresultTXT)...

Whatever how long I wait, the update price action always stay at "IN PROGRESS" I can not get ResultFeedDocumentId ```c# ReportManager reportManager = new ReportManager(amazonConnection); var products = reportManager.GetProducts(); var...

I am new to the library and see WebProxy support was [added in April.](https://github.com/abuzuhri/Amazon-SP-API-CSharp/issues/536) However there is no way to specify credentials at the same time: Proxy = new System.Net.WebProxy()...

https://developer-docs.amazon.com/sp-api/docs/messaging-api-v1-reference#sendinvoice Is it possible to patch this feature?

enhancement

I want to call the API given as below, but I don't see any way to call that. **_https://developer-docs.amazon.com/sp-api/docs/vendor-shipments-api-v1-reference#getshipmentdetails_** can you please help in this regard? Thank You