Actions18
- Orders Actions
- Invoices Actions
- Shipments Actions
- Listings Actions
- Finance Actions
- Analytics Actions
- Prices Actions
Overview
This node interacts with the Amazon Selling Partner API to perform various operations related to Amazon seller data. Specifically, for the Analytics resource with the Validate Access operation, it validates the user's access to Amazon's analytics data. This is useful for sellers or developers who want to programmatically verify their permissions to access sales and traffic analytics data by ASIN using Amazon's Data Kiosk or Reports API.
Use Case Examples
- A seller wants to confirm that their API credentials have the necessary permissions to retrieve sales analytics before running detailed reports.
- A developer integrates this node in an automation workflow to check access rights before fetching analytics data for multiple products.
Output
JSON
result- The result of the access validation, typically indicating whether access is granted or denied.
Dependencies
- Amazon Selling Partner API
Troubleshooting
- Common issues include invalid or expired API credentials, which will cause access validation to fail.
- If the node throws an error indicating unknown resource or operation, verify that the resource is set to 'Analytics' and the operation to 'Validate Access'.
- Network or permission issues with the Amazon Selling Partner API endpoint can also cause failures; ensure correct AWS region and environment settings.
Links
- Amazon Selling Partner API Analytics Documentation - Official documentation for the Analytics API, useful for understanding the data and permissions involved.