Amazon-SP-API-CSharp
Amazon-SP-API-CSharp copied to clipboard
.Net C# library for the new Amazon Selling Partner API
Hi @abuzuhri I am Facing an issue with the report file which is being received into the C:/Windows/Temp folder but this folder is not accessible so despite receiving the file...
ReimbursementsOrderRow.FromCsv splits the csvLine on \t. This array yields 16 elements, OriginalReimbursementId and OriginalReimbursementType refer to index 16 and 17 while both result in error. Verified issue in 1.7.9. Thanks!
Was working with the OrderAdjustmentMessage / POST_PAYMENT_ADJUSTMENT_DATA today and spotted a couple of little issues. In the XML for DirectPaymentAdjustments AdjustmentCurrencyAmount should be Amount and ItemPriceAdjustments is missing a "component"...
Hi guys, for about 1 week on the machine in production, I'm having this error. It does not occur always but several times a day, considering that approximately every 10...
Why does this library use so many custom types that just extend List ? For example: `namespace FikaAmazonAPI.Utils { public class MarketplaceIds : List { } }` Used in ParameterCreateReportSpecification:...
Hi, @abuzuhri If you can add Amazon's advertising module, that would be perfect. Thanks
When opening a case on Amazon to inquire about API-related issues, you generally need to provide this
Hello, I'm having the following error when getting a Catalog Item (using CSharpAmazonSpAPI version 1.7.2, but the issue was already there in v1.6.x). > Newtonsoft.Json.JsonSerializationException: Error converting value "PT09" to...
I have the following code to get the estimated fees for an SKU in a specific marketplaces and shipped by FBA: ```csharp var feesEstimateRequest = new FeesEstimateRequest( marketplace.ID, // FBA...
`RestSharp` seems to work fine so far but the more I'm using `RestSharp` the more trouble it creates in my experience. Trouble in the sense of breaking changes after updates...