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 event groups. It allows users to retrieve financial event groups that started within a specified date range, with options to control pagination and the number of results per page. This is useful for sellers or financial analysts who want to track and analyze financial events related to their Amazon selling activities, such as payments, refunds, or chargebacks.

Use Case Examples

  1. A seller wants to list all financial event groups that started after January 1, 2024, to review recent transactions.
  2. A financial analyst needs to retrieve all financial event groups within a specific date range to reconcile accounts.
  3. A user wants to fetch all financial event groups without manually handling pagination, using the 'Return All Results' option.

Properties

Name Meaning
Financial Event Group Started After Date used for selecting financial event groups that opened after (or at) a specified date and time (ISO 8601 format)
Financial Event Group Started Before Date used for selecting financial event groups that opened before (but not at) a specified date and 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

  • financialEventGroups - Array of financial event groups 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 that the API credentials are correctly configured and have the necessary permissions to access financial data.
  • If the node returns an error about unknown operations or resources, verify that the resource is set to 'Finance' and the operation to 'List Financial Event Groups'.
  • Pagination errors may occur if 'Return All Results' is enabled but the API limits are exceeded; try reducing 'Max Results Per Page'.
  • Date parameters must be in ISO 8601 format; invalid date formats can cause request failures.

Links

Discussion