Actions18
- Finance Actions
- Analytics Actions
- Orders Actions
- Invoices Actions
- Shipments Actions
- Listings Actions
- Prices Actions
Overview
This node interacts with the Amazon Selling Partner API to list financial events associated with a specific Amazon order ID. It is useful for sellers who want to retrieve detailed financial transaction data related to individual orders, such as payments, refunds, and adjustments. For example, a seller can use this node to track the financial events of a particular order to reconcile accounts or analyze order profitability.
Use Case Examples
- Retrieve all financial events for a given order ID to audit transactions.
- Fetch financial events with pagination control to handle large datasets efficiently.
Properties
| Name | Meaning |
|---|---|
| Order ID | An Amazon-defined order identifier in the 3-7-7 format, used to specify which order's financial events to retrieve. |
| Additional Options | Optional parameters to control the number of results per page and whether to return all results by handling pagination automatically. |
Output
JSON
financialEvents- Array of financial event objects related to the specified order ID, including details such as event type, amount, and date.
Dependencies
- Requires an Amazon Selling Partner API credential for authentication.
Troubleshooting
- Ensure the provided Order ID is in the correct 3-7-7 format; otherwise, the API may reject the request.
- If pagination is enabled but results are incomplete, verify the 'Max Results Per Page' setting and the 'Return All Results' flag.
- Common errors include authentication failures due to invalid or expired API credentials, which require re-authentication or credential updates.
- API rate limits may cause request failures; implement retry logic or reduce request frequency.
Links
- Amazon Selling Partner API - Finance API Reference - Official documentation for the Finance API, detailing endpoints, parameters, and response structures.