Amazon-SP-API-CSharp icon indicating copy to clipboard operation
Amazon-SP-API-CSharp copied to clipboard

No option to convert the Feed XML to JSON_LISTINGS_FEED

Open immanuelt opened this issue 1 year ago • 1 comments

Amazon going to deprecate Feed XML API soon. Do you have any updated version? https://developer-docs.amazon.com/sp-api/changelog/deprecation-of-feeds-api-support-for-xml-and-flat-file-listings-feeds

immanuelt avatar Oct 07 '24 16:10 immanuelt

@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.

I have opened a PR to add a method that can be used to parse the JSON_LISTINGS_FEED result.

My PR also includes in the README and in FeedsSample.cs an example of how to submit a price change using the JSON_LISTINGS_FEED.

huntmj01 avatar Oct 18 '24 13:10 huntmj01

please check sample code

abuzuhri avatar Jul 01 '25 16:07 abuzuhri