Amazon Selling Partner icon

Amazon Selling Partner

Interact with Amazon Selling Partner API

Overview

This node interacts with the Amazon Selling Partner API to list financial events. It allows users to retrieve financial event data posted within a specified date range, with options to control pagination and the number of results per page. This is useful for sellers who want to track their financial transactions, payments, and related events on Amazon.

Use Case Examples

  1. A seller wants to fetch all financial events posted after January 1, 2024, to reconcile their accounts.
  2. A finance team needs to generate a report of financial events within a specific date range for auditing purposes.

Properties

Name Meaning
Posted After Date used for selecting financial events posted after (or at) a specified time (ISO 8601 format)
Posted Before Date used for selecting financial events posted before (but not at) a specified time (ISO 8601 format)
Max Results Per Page Maximum number of results to return per page (1-100)
Return All Results Whether to return all results by automatically handling pagination

Output

JSON

  • financialEvents - Array of financial event objects retrieved from Amazon Selling Partner API
  • nextToken - Token for fetching the next page of results if pagination is enabled and more results exist

Dependencies

  • Amazon Selling Partner API
  • API authentication token or credentials for Amazon SP-API

Troubleshooting

  • Ensure the API credentials are correctly configured and have the necessary permissions to access financial data.
  • Check the date format for 'Posted After' and 'Posted Before' parameters; they must be in ISO 8601 format.
  • If pagination is enabled but no results are returned, verify that the date range and filters are correct and that there are financial events available in that range.
  • Common error messages may include authentication errors, rate limiting by Amazon SP-API, or invalid parameter errors. Verify credentials, respect API rate limits, and validate input parameters to resolve these issues.

Links

Discussion