Woovi icon

Woovi

Automate Woovi workflow API

Overview

This node interacts with the Woovi API to list refund records. It is useful for workflows that need to retrieve and process refund data from Woovi, such as financial reporting, auditing, or customer service automation. For example, a user can set the number of refunds to retrieve and skip a certain number of records to paginate through refund data.

Use Case Examples

  1. Retrieve the latest 20 refund records to analyze recent refund activity.
  2. Skip the first 10 refunds and get the next 20 for paginated processing.

Properties

Name Meaning
Limit Number of refund items to return in the response.
Skip Number of refund items to skip before starting to return results, useful for pagination.

Output

JSON

  • refunds - Array of refund objects returned from the Woovi API, each representing a refund record with details.

Dependencies

  • Woovi API with authentication via an API key credential

Troubleshooting

  • Unsupported resource/operation error indicates the selected resource or operation is not implemented; verify the resource is 'Refund' and operation is 'List Refunds'.
  • API errors from Woovi may occur due to invalid credentials, network issues, or rate limits; ensure API key is valid and network connectivity is stable.
  • Incorrect pagination parameters (limit or skip) may result in unexpected results or empty responses; verify these values are set correctly.

Discussion