Renzo
Renzo
@gambit823 can you add a breakpoint in requestservice.cs addjsonbody and have a look to see how the json is getting serialized? If you can post it here to double check.
@abuzuhri it looks like the JsonSerializer doesn't serialize the enum with position 0 if the class has a DataContract decoration. to recreate create a console app and try this `Console.WriteLine(JsonConvert.SerializeObject(new...
Hi @sat-it, I use the orders API and the GET_VAT_TRANSACTION_DATA report to get the VAT Number
Hi @jmawebtech I am using the library with .Net Core 6 and don't have this issue. Is this all in the server maybe some issue with the date of the...
I think this should work, though I wonder if it might be better to have a new overload that takes FeedDocument as a parameter and maybe obsolete the current that...
great thanks @tank104 I think it has been done similarly in the ReportService and apparently it could come encrypted as well, have a look this for inpiration https://github.com/abuzuhri/Amazon-SP-API-CSharp/blob/8c27498dfb0ba0b7e7138be79d4070f8d41e5e6d/Source/FikaAmazonAPI/Services/ReportService.cs#L178
@StuartGarnham thanks for finding this, I have modified the model can you please pull the latest code and check if it works?