Open KemnaMOL opened 3 days ago
There's pretty thorough documentation on migrating to the Listings API (the JSON_LISTINGS_FEED is basically just a wrapper for sending many Listings API requests at the same time) here. Once you've built the feed contents, the process is the same as submitting any other feed type, which is documented in the README, here.
Out of curiosity, what's holding you back from using the feed transformer?
Many thanks. I think it´s easyer to give the right data, than installing a new tool. Also I can mix price and stock data at one time. Best regards, René
Your documentation is only for XML-files. What I have to change? feedType to JSON_LISTINGS_FEED and at feedContents the JSON-file is enough?
Yeah, all you need to do is change the feed type and the library will handle the rest.
Yeah, I got it in this way. But nothing changed. Now I will try to read the feed status and answer.
Problem description:
Hello, I can´t find a documentation who I can upload data with the newer JSON_LISTINGS_FEED. At the moment I use the older XML-version.
I don´t want to use the new Transformer.