Actions42
- Item Actions
- Banking Actions
- Contact Actions
- Invoice Actions
- Order Actions
- Quote Actions
Overview
This node interacts with the Bexio API to retrieve multiple items (products or services) from the Bexio system. It supports fetching either all available items or a limited number based on user input. This is useful for scenarios where you need to synchronize or analyze product data from Bexio, such as inventory management, reporting, or integration with other systems.
Use Case Examples
- Fetch all items from Bexio to update a local product database.
- Retrieve a limited number of items for quick display or processing in a workflow.
Properties
| Name | Meaning |
|---|---|
| Return All | Whether to return all results or only up to a given limit. |
| Limit | Maximum number of results to return when 'Return All' is false. |
Output
JSON
id- Unique identifier of the item.name- Name of the item.description- Description of the item.price- Price of the item.unit- Unit of measurement for the item.tax- Tax information related to the item.
Dependencies
- Bexio API
Troubleshooting
- Ensure the Bexio API credentials are correctly configured and have the necessary permissions to access item data.
- If the node returns an error, check the API rate limits and network connectivity.
- When 'Return All' is set to false, ensure the 'Limit' value is within the allowed range (1 to 2000).
Links
- Bexio API Documentation - Official documentation for the Bexio API, useful for understanding available endpoints and data structures.