Amazon Selling Partner icon

Amazon Selling Partner

Interact with Amazon Selling Partner API

Overview

This node operation retrieves a list of financial events associated with a specific financial event group ID from the Amazon Selling Partner API. It is useful for sellers who want to track and analyze financial transactions grouped by event groups, such as payments, refunds, or adjustments. For example, a seller can use this operation to fetch all financial events related to a particular order or payment cycle by specifying the event group ID.

Use Case Examples

  1. Retrieve all financial events for a given event group ID to reconcile payments and refunds.
  2. Filter financial events posted within a specific date range to analyze recent transactions.

Properties

Name Meaning
Event Group ID The identifier of the financial event group to which the events belong, used to specify which group of financial events to retrieve.
Posted After Optional date filter to select financial events posted after or at the specified ISO 8601 date and time.
Posted Before Optional date filter to select financial events posted before (but not at) the specified ISO 8601 date and time.
Max Results Per Page Maximum number of results to return per page, ranging from 1 to 100, used for pagination control.
Return All Results Boolean flag indicating whether to return all results by automatically handling pagination.

Output

JSON

  • financialEvents - Array of financial event objects belonging to the specified event group.
  • nextToken - Token for fetching the next page of results if pagination is enabled and more results exist.

Dependencies

  • Requires an API key credential for Amazon Selling Partner API authentication.

Troubleshooting

  • Ensure the Event Group ID is valid and exists; an invalid ID will result in an error or empty results.
  • Check date filters for correct ISO 8601 format to avoid request errors.
  • If pagination is enabled but no results are returned, verify that the maxResultsPerPage is within the allowed range (1-100).
  • Common error messages include authentication failures due to invalid or expired credentials, which require re-authentication or updating API keys.

Links

Discussion