Overview
This node interacts with the Amazon Product Advertising API to perform operations such as searching for items on Amazon. Specifically, the 'Search Items' operation allows users to search for products using keywords and retrieve selected resource information about those products. This is useful for applications that need to fetch product details, prices, and images from Amazon dynamically based on search terms.
Use Case Examples
- An e-commerce platform fetching product details and prices to display Amazon items matching user search queries.
- A marketing tool retrieving product images and titles for affiliate promotions based on keyword searches.
Properties
| Name | Meaning |
|---|---|
| Partner Tag | Amazon Partner Tag used for affiliate tracking; overrides the default if set. |
| Keywords | Keywords to search for items on Amazon in the 'Search Items' operation. |
| Resources | List of specific product data fields to retrieve from the Amazon Product Advertising API, such as images, titles, prices, and availability information. |
Output
JSON
json- The JSON output contains the response data from the Amazon Product Advertising API for the search items operation, including product details as per the requested resources.
Dependencies
- amazon-paapi library for interacting with Amazon Product Advertising API
Troubleshooting
- Ensure the Partner Tag is provided either in the node parameters or credentials; missing this will cause an error.
- Keywords must be provided for the search items operation; otherwise, the API call will fail.
- API request errors may occur due to invalid credentials, network issues, or exceeding API rate limits. Check error messages for details and verify credentials and network connectivity.
Links
- Amazon Product Advertising API Documentation - Official documentation for the Amazon Product Advertising API, detailing available operations and parameters.