Actions42
- Item Actions
- Banking Actions
- Contact Actions
- Invoice Actions
- Order Actions
- Quote Actions
Overview
This node interacts with the Bexio API to manage customer orders, specifically supporting the deletion of orders by their ID. It is useful in scenarios where automated workflows need to remove orders from the Bexio system, such as order cancellations or cleanup tasks. For example, a user can automate the deletion of an order when a certain condition is met in their business process.
Use Case Examples
- Automatically delete an order in Bexio when a customer cancels their purchase.
- Remove outdated or test orders from Bexio as part of a scheduled cleanup workflow.
Properties
| Name | Meaning |
|---|---|
| Order ID | The unique identifier of the order to be deleted. This is a required string input used to specify which order should be removed from the system. |
Output
JSON
id- The ID of the deleted order, confirming which order was removed.success- A boolean indicating whether the deletion was successful.
Dependencies
- Bexio API
Troubleshooting
- Ensure the provided Order ID exists in Bexio; otherwise, the deletion will fail with an error indicating the order was not found.
- Verify that the API credentials used have sufficient permissions to delete orders in Bexio.
- If the node throws an authentication error, check that the API key or token is valid and has not expired.
Links
- Bexio API Order Delete Documentation - Official Bexio API documentation for deleting orders, detailing required parameters and response structure.