Actions42
- Item Actions
- Banking Actions
- Contact Actions
- Invoice Actions
- Order Actions
- Quote Actions
Overview
This node interacts with the Bexio API to retrieve details of a specific customer order by its ID. It is useful in scenarios where you need to fetch order information for processing, reporting, or integration with other systems. For example, you can use it to get order details to update your CRM or to trigger further automation based on order status.
Use Case Examples
- Retrieve order details by providing the order ID to integrate with an external system.
- Fetch order information to generate custom reports or dashboards.
Properties
| Name | Meaning |
|---|---|
| Order ID | The unique identifier of the order to retrieve. This is a required string input. |
Output
JSON
id- The unique identifier of the order.contact_id- The ID of the contact associated with the order.date- The date when the order was created.status- The current status of the order.total_amount- The total amount of the order.items- List of items included in the order.
Dependencies
- Bexio API with an API key credential
Troubleshooting
- Ensure the provided Order ID is correct and exists in Bexio; otherwise, the API will return an error.
- Check that the API credentials are valid and have the necessary permissions to access order data.
- If the node fails, verify network connectivity to the Bexio API endpoint.
Links
- Bexio API Documentation - Official documentation for the Bexio API, including endpoints for orders.