Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No option to convert the Feed XML to JSON_LISTINGS_FEED #776

Open
immanuelt opened this issue Oct 7, 2024 · 1 comment
Open

No option to convert the Feed XML to JSON_LISTINGS_FEED #776

immanuelt opened this issue Oct 7, 2024 · 1 comment

Comments

@immanuelt
Copy link

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

@huntmj01
Copy link
Contributor

huntmj01 commented Oct 18, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants