Matthew

Results 2 comments of Matthew

@immanuelt The amazonConnection.Feed.SubmitFeedAsync method currently works when using the JSON_LISTINGS_FEED. What doesn't work is the method to process the result (GetFeedDocumentProcessingReportAsync) which is only setup to handle an XML result....

@bodamithun I have opened a [PR](https://github.com/abuzuhri/Amazon-SP-API-CSharp/pull/782) to add a method that can be used to parse the JSON_LISTINGS_FEED result. My [PR](https://github.com/abuzuhri/Amazon-SP-API-CSharp/pull/782) also includes in the README and in FeedsSample.cs an...