Soliditech icon

Soliditech

Consume Soliditech API (v.0.2.10)

Overview

This node interacts with the Soliditech API to retrieve an Orders Outstanding Report. It is designed to fetch detailed reports on outstanding orders, which can be useful for financial tracking, order management, and customer service scenarios. For example, businesses can use this node to monitor unpaid or pending orders, generate reports for accounting, or analyze order fulfillment status.

Use Case Examples

  1. A finance team uses the node to generate a report of all outstanding orders for a specific period to reconcile accounts.
  2. A customer service representative retrieves outstanding order details to follow up with customers on pending payments or deliveries.

Properties

Name Meaning
Additional Fields Optional parameters to customize the report request, including pagination options such as Page Number and Lines Per Page.
Simplify Output Boolean flag to determine whether to simplify the output data structure.
Simplify Path The JSON path to the property that should be returned when output is simplified.

Output

JSON

  • result - The main data property containing the Orders Outstanding Report results or the property specified by Simplify Path if simplification is enabled.

Dependencies

  • Requires an API key credential for Soliditech API authentication.

Troubleshooting

  • Common issues include invalid or missing API credentials, resulting in authentication errors.
  • Incorrect or unsupported operation or resource names will throw errors indicating unsupported operations or resources.
  • If JSON parameters are expected but not valid objects, the node throws an error indicating invalid JSON input.

Links

Discussion