Overview
This node interacts with the Amazon Product Advertising API to retrieve browse node information based on provided Browse Node IDs. It is useful for users who want to get detailed category or browse node data from Amazon, which can help in organizing or filtering products by category. For example, an affiliate marketer might use this node to fetch browse node details to better target product promotions.
Use Case Examples
- Fetch browse node details by providing a comma-separated list of browse node IDs to get category information from Amazon.
- Use the node to dynamically retrieve browse node data for building a product catalog or filtering system.
Properties
| Name | Meaning |
|---|---|
| Partner Tag | Amazon Partner Tag used for affiliate tracking, overrides the default if set. |
| Browse Node IDs | Comma-separated list of Browse Node IDs to specify which browse nodes to retrieve information for. |
Output
JSON
json- The JSON response from the Amazon Product Advertising API containing browse node information.
Dependencies
- Amazon Product Advertising API
Troubleshooting
- Ensure the Partner Tag is provided either in the node parameter or in the credentials; otherwise, the node will throw an error.
- Make sure the Browse Node IDs are provided as a comma-separated string; missing this will cause an error.
- API request errors may occur due to invalid credentials, network issues, or invalid parameters; check the error message for details and verify credentials and input parameters.
Links
- Amazon PA API GetBrowseNodes Documentation - Official documentation for the GetBrowseNodes operation in the Amazon Product Advertising API.