Actions18
- Orders Actions
- Invoices Actions
- Shipments Actions
- Listings Actions
- Finance Actions
- Analytics Actions
- Prices Actions
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 need to track and analyze financial events related to their Amazon sales, such as payments, refunds, or adjustments.
Use Case Examples
- A seller wants to retrieve all financial event groups that started after January 1, 2024, to reconcile their accounts.
- A financial analyst needs to list financial event groups that started before a certain date to generate a report on past transactions.
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 APInextToken- 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 that date inputs are in valid ISO 8601 format to avoid request errors.
- If pagination is enabled but no results are returned, verify the date range and max results per page settings.
- Common error messages may include authentication errors, invalid date formats, or API rate limits. Resolving these involves verifying credentials, correcting input formats, and respecting API usage limits.