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, supporting pagination and the option to return all results automatically. This is useful for sellers who want to track their financial transactions, settlements, and other monetary events related to their Amazon sales.

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)
Additional Options Additional parameters to control the listing behavior, including pagination and maximum results per page

Output

JSON

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

Dependencies

  • Amazon Selling Partner API
  • API authentication token (credential)

Troubleshooting

  • Ensure the API credentials are correctly configured and have the necessary permissions to access financial data.
  • Check date formats 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 within that range.
  • Common error messages include authentication failures, rate limits exceeded, and invalid parameter errors. Verify credentials, reduce request frequency, and check parameter values respectively.

Links

Discussion