Is it possible to auto create/publish amazon nodes like new relases from a Amazon Browsnode?
As I know it is possible to call the new releases from a browsenode like books trough amazon api.
For Example, I want to have a new node createt for every new book release with all data which is providet by the amazon api to use in a custom node template. Is there a way to get this work with the amazon modul?
I thought of using Feed Api and Feed Element Mapper, but the regular new release rss feed from amazon contains very less produkt data and is unfelxible to theme and the amazon api xml feeds dont work with feed api/ feed mapper to build a node out of it.
Perhaps it is possible to get feed element mapper work with the Amazon Modul. I could create a feed of new releases containing the asin as body using yahoo pipes and amazon api. If I could then map the asin to amazon field, it should be able to auto create a node with all the product data from amazon.
But how to get the feed element mapper work with amazon field?
Any other Ideas are welcome. Perhaps there is a more strait forward solution.
Best Regards
Comments
Comment #1
rfayYour thinking is good, and I think you might get somewhere with it. If you get the ASIN in the Amazon feed, then you can do anything you want. Use the prepopulate module, for example, to automatically create a node from the ASIN. See the similar discussion at http://drupal.org/node/572024