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, settlements, and other financial activities on Amazon.

Use Case Examples

  1. A seller wants to retrieve 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 of financial events, including pagination and maximum results per page

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

Dependencies

  • Amazon Selling Partner API with appropriate credentials

Troubleshooting

  • Ensure the Amazon Selling Partner API credentials are correctly configured and have the necessary permissions.
  • Check date formats for 'Posted After' and 'Posted Before' parameters to be valid ISO 8601 strings.
  • If pagination is enabled but results are incomplete, verify the 'Max Results Per Page' setting and 'Return All Results' option.
  • Common error messages include authentication failures, invalid date parameters, or API rate limits. Resolving these involves verifying credentials, correcting input parameters, and respecting API usage limits.

Links

Discussion