Actions11
Overview
This node interacts with the Zid API to update an existing order by its ID. It allows users to modify order details such as name and description by specifying the order ID and the fields to update. This is useful in scenarios where order information needs to be corrected or changed after creation, such as updating customer requests or correcting order details.
Use Case Examples
- Updating the description of an order by providing the order ID and new description.
- Changing the name associated with an order to reflect updated customer information.
Properties
| Name | Meaning |
|---|---|
| ID | The unique identifier of the order to update, required to specify which order to modify. |
| Additional Fields | Optional fields to update on the order, such as name and description. These fields allow partial updates to the order's data. |
Output
JSON
json- The updated order object returned from the Zid API after the update operation.
Dependencies
- Requires OAuth2 credentials for Zid API access, including access token and authorization token.
Troubleshooting
- Error if no credentials are found: Ensure OAuth2 credentials are configured correctly in n8n.
- Error if required tokens are missing: Verify that the OAuth2 authentication tokens (accessToken and authorizationToken) are properly set up.
- Unknown operation error: Confirm that the operation parameter is set to 'update' for this resource.
- API request failures: Check network connectivity and API endpoint availability, and ensure the order ID exists and is valid.