Amazon-SP-API-CSharp
Amazon-SP-API-CSharp copied to clipboard
.Net C# library for the new Amazon Selling Partner API
Seems this operation has not been mapped: https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference#get-shippingv2shipmentsadditionalinputsschema I cannot find the method to perform that inside ShippingV2.
In the report service, can we have a CreateReportAndDownloadStreamAsync function. This would work in the same way as CreateReportAndDownloadFileAsync but would not save the report to a file but would...
Hi, Has anyone used any of the Vendor Direct APIs succesfully? I see it implemented but no examples, so just wanted to check that it works for some, before I...
When making a call to ShippingV2.GetRatesAsync, I get back a generic "Invalid Input" message, which is not helpful. After running the Amazon-SP-API-CSharp code instead of the nuget package I was...
when procurement is an empty array it causes an error when deserilizing
Error converting value "Amazon Commercial Services Pty Ltd" to type 'System.Nullable`1[FikaAmazonAPI.AmazonSpApiSDK.Models.Orders.TaxCollection+ResponsiblePartyEnum]'. Path 'payload.OrderItems[0].TaxCollection.ResponsibleParty', line 1, position 123.
Hi, I use the `ReportManager(amazonConnection).GetSettlementOrderAsync(...)` function but it seems that it does not interpret the decimal point right. In my downloaded textfile numbers uses the comma "," as decimal point....
Currently RestockDate is formatted like '2023-01-01T00:00:00' while expected format is like '2023-01-01'. Probably `public DateTime? RestockDate { get; set; }` should have `[XmlElement(DataType="date")]` attribute.
This is an example from GitHib: //You must have valid PII developer to be able to call this var restrictedResource = new RestrictedResource(); restrictedResource.method = Method.GET.ToString(); restrictedResource.path = ApiUrls.OrdersApiUrls.Orders; restrictedResource.dataElements...
AdultProduct filed is missing in summeries Ref : [Refence Link](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-reference#itemsummarybymarketplace).