Amazon Import

Component ID

1366106

Component name

Amazon Import

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

623

Component created

Component changed

Component body

I've moved on from Drupal Development work now, and so unfortunately i need to abandon this module. If anyone is interested on reviving it, please let me know through my contact form.

This module allows quick and easy importing of Amazon products into regular drupal nodes.

It provides a search interface to search in many Amazon indices and returns a nicely formatted list of matching products. From there you can simply tick a checkbox and run the import command.

Nodes of your chosen type will be added and the asin field will be populated. Title and Body mapping can be activated from admin/settings/amazon/import, so that the node will have basic information set.

There is also an alter hook (hook_amazon_import_node_alter) to allow your custom module to specify its own mapping.

Currently this works on my setup but may need some further development to be widely useful. Requires Amazon API module, and at least one node type needs to be set that that has an ASIN field.