Amazon Selling Partner icon

Amazon Selling Partner

Interact with Amazon Selling Partner API

Overview

This node operation interacts with the Amazon Selling Partner API to list financial events associated with a specific financial event group ID. It is useful for sellers or financial analysts who need to retrieve detailed financial event data grouped by event group identifiers, such as transaction batches or settlement groups. For example, a user can fetch all financial events related to a particular settlement period or transaction group to analyze payments, fees, or adjustments.

Use Case Examples

  1. Retrieve all financial events for a given event group ID to reconcile payments.
  2. Filter financial events posted within a specific date range for accounting purposes.

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 list.
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, to control pagination size.
Return All Results Boolean flag indicating whether to automatically handle pagination and return all results instead of a single page.

Output

JSON

  • financialEvents - Array of financial event objects retrieved for the specified event group ID, containing details such as transaction types, amounts, and dates.

Dependencies

  • Requires Amazon Selling Partner API credentials for authentication and access.

Troubleshooting

  • Ensure the Event Group ID is valid and exists in the Amazon Selling Partner account to avoid empty or error responses.
  • Check API credentials and permissions if authentication errors occur.
  • If pagination is enabled but results seem incomplete, verify the 'Return All Results' option is set correctly.
  • Date filters must be in ISO 8601 format; incorrect formats may cause errors or no results.

Links

Discussion