Bexio icon

Bexio

Interact with Bexio API

Overview

This node integrates with the Bexio API to perform various operations on different resources such as banking, contacts, invoices, items, orders, and quotes. Specifically, for the 'Order' resource with the 'Update' operation, it updates an existing customer order in Bexio by its Order ID. This is useful for automating order management workflows, such as modifying order details based on new information or customer requests.

Use Case Examples

  1. Updating the status or details of a customer order in Bexio automatically when triggered by an external event.
  2. Modifying order information in bulk by looping through multiple orders and updating them via this node.

Properties

Name Meaning
Order ID The unique identifier of the order to update. This is required to specify which order should be modified.

Output

JSON

  • id - The unique identifier of the updated order.
  • order_number - The order number assigned by Bexio.
  • contact_id - The ID of the contact associated with the order.
  • date - The date of the order.
  • status - The current status of the order.
  • total_amount - The total amount of the order.
  • items - The list of items included in the order with their details.

Dependencies

  • Bexio API

Troubleshooting

  • Ensure the provided Order ID is correct and exists in Bexio; otherwise, the update will fail.
  • Check that the API credentials for Bexio are valid and have the necessary permissions to update orders.
  • If the node throws an error about missing parameters, verify that all required fields for the update operation are provided.
  • Network or API rate limit issues may cause temporary failures; retrying the operation might help.

Links

Discussion