Actions17
- Customer Actions
- Product Actions
- Service Actions
- Session Actions
Overview
This node integrates with the iBill.io API to perform operations on various resources such as Customer, Product, Service, and Session. Specifically, for the Product resource with the Get All operation, it retrieves a list of products from the iBill.io system. This is useful for scenarios where you need to fetch multiple product records, for example, to synchronize product data, generate reports, or display product lists in an application.
Use Case Examples
- Fetch all products with pagination by specifying offset and limit parameters.
- Retrieve a subset of products starting from a specific record number.
Properties
| Name | Meaning |
|---|---|
| Query Parameters | Parameters to control the query for fetching products, including pagination options like offset and limit. |
Output
JSON
- ``
id- Unique identifier of the product.name- Name of the product.description- Description of the product.price- Price of the product.otherFields- Other product-related fields returned by the API.
Dependencies
- Requires an API key credential for iBill.io API authentication.
Troubleshooting
- Common issues include invalid or missing API credentials, resulting in authentication errors.
- Incorrect query parameters such as negative offset or limit values may cause errors or unexpected results.
- If the API returns undefined or no data, ensure the API endpoint is correct and the resource exists.
Links
- iBill.io API Documentation - Official documentation for the iBill.io API, detailing available endpoints and parameters.
