jlevers / selling-partner-api

A PHP client library for Amazon's Selling Partner API
BSD 3-Clause "New" or "Revised" License
408 stars 198 forks source link

Documentation to JSON_LISTINGS_FEED #820

Open KemnaMOL opened 3 days ago

KemnaMOL commented 3 days ago

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.

jlevers commented 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?

KemnaMOL commented 2 days ago

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é

KemnaMOL commented 2 days ago

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?

jlevers commented 20 hours ago

Yeah, all you need to do is change the feed type and the library will handle the rest.

KemnaMOL commented 20 hours ago

Yeah, I got it in this way. But nothing changed. Now I will try to read the feed status and answer.