Actions15
Overview
The "Sales Order Update" node is designed to interact with the Unleashed inventory management API, specifically for updating existing sales orders. This node is beneficial in scenarios where businesses need to modify details of a sales order after it has been created, such as changing order dates, updating line items, or adjusting tax rates. For example, if a customer requests changes to their order after it has been placed, this node allows users to efficiently update the sales order without needing to recreate it.
Properties
| Name | Meaning |
|---|---|
| Sales Order ID | The unique identifier for the sales order that needs to be updated. |
| Sales Order Details | A collection of details related to the sales order, including order number, dates, tax rate, currency, comments, and delivery instructions. |
| Sales Order Line Items | A fixed collection of line items associated with the sales order, allowing multiple entries for product code, quantity, unit price, and discount percentage. |
Output
The output of the node will typically include a JSON object that reflects the updated state of the sales order. This may contain confirmation of the update, along with any relevant details about the sales order that was modified. If the node can output binary data, it would generally represent files or documents related to the sales order, but specific details are not provided in the current context.
Dependencies
- An API key credential is required to authenticate with the Unleashed API.
- The node relies on the Unleashed inventory management API being accessible and operational.
Troubleshooting
- Common Issues: Users might encounter issues related to invalid Sales Order IDs, missing required fields, or network connectivity problems when trying to reach the Unleashed API.
- Error Messages:
- "Invalid Sales Order ID": Ensure that the Sales Order ID provided exists in the system.
- "Missing Required Fields": Check that all mandatory properties, such as Sales Order ID and line item details, are filled out correctly.
- "API Authentication Failed": Verify that the API key credential is correct and has the necessary permissions.