Actions42
- Item Actions
- Banking Actions
- Contact Actions
- Invoice Actions
- Order Actions
- Quote Actions
Overview
This node interacts with the Bexio API to perform operations on items, specifically allowing the deletion of an item by its ID. It is useful in scenarios where users need to manage their product or service catalog by removing obsolete or incorrect items from Bexio's system. For example, a user can automate the deletion of items that are no longer available or needed in their inventory management workflow.
Use Case Examples
- Deleting an item from Bexio by specifying its unique item ID to keep the product list up to date.
- Automating cleanup of items in Bexio after a certain condition is met, such as discontinuation of a product.
Properties
| Name | Meaning |
|---|---|
| Item ID | The unique identifier of the item to be deleted. This is a required string input that specifies which item will be removed from Bexio. |
Output
JSON
id- The ID of the deleted item, confirming which item was removed.success- A boolean indicating whether the deletion was successful.
Dependencies
- Requires an API key credential for authenticating with the Bexio API.
Troubleshooting
- Common issues include providing an invalid or non-existent Item ID, which will result in an error from the Bexio API indicating the item could not be found.
- Authentication errors may occur if the API key credential is missing or invalid, resulting in authorization failures.
- Network or API downtime can cause request failures; retrying or checking Bexio's status may resolve these issues.
Links
- Bexio API Documentation - Official documentation for the Bexio API, useful for understanding available endpoints and data structures.