Amazon-SP-API-CSharp
Amazon-SP-API-CSharp copied to clipboard
.Net C# library for the new Amazon Selling Partner API
My XML is like that when i construct OrderAdjustmentMessage and Executed amzcon.Feed.SubmitFeed with below XML.. NOTE: -- In adjustmentprice elelment xsd:element name="Component" maxOccurs="unbounded"> is missing why?? [xmlFeed.txt](https://github.com/abuzuhri/Amazon-SP-API-CSharp/files/11614187/xmlFeed.txt) Feed is Getting...
Hello, FulFillmentInbound.PutTransportDetailsAsync call sends FreightReadyDate date in the following format "2023-06-06T11:56:32.1983335-04:00". API expects 2023-06-06 and responds with "Could not parse date" Thank you
Ist it planned to integrate the UPLOAD_VAT_INVOICE Feed? This would be a ver fine feature for a lot of Customers. Thanks.
I'm getting an error when getting order items Newtonsoft.Json.JsonSerializationException: Error converting value "KZ_VOEC" to type 'System.Nullable`1[FikaAmazonAPI.AmazonSpApiSDK.Models.Orders.OrderItem+DeemedResellerCategoryEnum]'. Path 'payload.OrderItems[0].DeemedResellerCategory', line 1, position 819. ---> System.ArgumentException: Requested value 'KZ_VOEC' was not found....
I want to receive orders that will be returned by customers, which service should I use for this? 
Hello, Could you please add System.Text.Json support? Because it is more performant than Newtonsoft.
Hi @abuzuhri, I am using the SP-API shipping tracking using the FIKA API POST_ORDER_FULFILLMENT_DATA method to post the shipment on amazon but it is throwing below mentioned error, kindly suggest....
I see everything we are currently using in Fulfillment Inbound will be deprecated 12/4/2024. Are there plans to bring [Amazon-SP-API-CSharp] up to date with these changes? (https://developer-docs.amazon.com/sp-api/docs/fulfillment-inbound-faq) Here is the...
We don't have to block thread when waiting amazon rate limit so when can use await Task.Delay instead of .Wait ref: https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md#avoid-using-taskresult-and-taskwait