You are here

README.txt in Amazon Product Advertisement API 6

Same filename and directory in other branches
  1. 7.2 README.txt
  2. 7 README.txt
Amazon.module API Documentation
===============================

The Amazon package gives Drupal based web sites access to the core features of 
the Amazon Product Marketing API. The package provides several components:

1) A core API module that communicates with Amazon's web services and adds 
   support for retrieving, displaying, and storing basic product information 
   in Drupal as well as associating Amazon products with content nodes. 
2) A field type (and an accompanying set of formatters) for CCK that allows 
   Amazon products to be explicitly added to any node type. 
3) An 'Amazon Media' module that adds support for Amazon's extended product 
   information for several common product types (Books, Music, DVDs, and 
   Software).
4) An 'Amazon Search' module that allows developers to conduct API-driven 
   searches of the Amazon product database. This module also allows users to 
   search Amazon's product database from Drupal's Advanced Search page.

Most users and site builders will want to enable the basic Amazon API module, 
as well as the Amazon Field and Amazon Media modules. These provide the 
functionality that the majority of simple sites need. 

For more information, visit the project page at http://drupal.org/project/amazon 
and the project documentation at http://drupal.org/node/595464.

Amazon API conventions
======================

- All element keys are lowercased for consistency
- The Amazon ItemAttributes collection is merged into the top level of the 
  Drupal entity for simplicity.
- Information outside the 'common' ItemAttributes, Product Images, and 
  Artist/Author/Etc. data must be handled by external third-party modules.
- Authors, Directors, and other creator information is stored in the generic 
  $item['participants'] array. It's a crummy name, but until I come up with
   something better it'll have to do. A separate array for each participant type 
   is also created.

File

README.txt
View source
  1. Amazon.module API Documentation
  2. ===============================
  3. The Amazon package gives Drupal based web sites access to the core features of
  4. the Amazon Product Marketing API. The package provides several components:
  5. 1) A core API module that communicates with Amazon's web services and adds
  6. support for retrieving, displaying, and storing basic product information
  7. in Drupal as well as associating Amazon products with content nodes.
  8. 2) A field type (and an accompanying set of formatters) for CCK that allows
  9. Amazon products to be explicitly added to any node type.
  10. 3) An 'Amazon Media' module that adds support for Amazon's extended product
  11. information for several common product types (Books, Music, DVDs, and
  12. Software).
  13. 4) An 'Amazon Search' module that allows developers to conduct API-driven
  14. searches of the Amazon product database. This module also allows users to
  15. search Amazon's product database from Drupal's Advanced Search page.
  16. Most users and site builders will want to enable the basic Amazon API module,
  17. as well as the Amazon Field and Amazon Media modules. These provide the
  18. functionality that the majority of simple sites need.
  19. For more information, visit the project page at http://drupal.org/project/amazon
  20. and the project documentation at http://drupal.org/node/595464.
  21. Amazon API conventions
  22. ======================
  23. - All element keys are lowercased for consistency
  24. - The Amazon ItemAttributes collection is merged into the top level of the
  25. Drupal entity for simplicity.
  26. - Information outside the 'common' ItemAttributes, Product Images, and
  27. Artist/Author/Etc. data must be handled by external third-party modules.
  28. - Authors, Directors, and other creator information is stored in the generic
  29. $item['participants'] array. It's a crummy name, but until I come up with
  30. something better it'll have to do. A separate array for each participant type
  31. is also created.