Actions68
- Email Actions
- File Actions
- Note Actions
- Product Category Actions
- Task Actions
- Address Actions
- Company Actions
- Custom Record Actions
- Deal Actions
- Deal Item Actions
- Person Actions
- Phone Actions
- Product Actions
Overview
The node integrates with Arivo CRM to update an existing product category. It allows users to modify details of a product category by specifying its unique identifier and the fields to update. This operation is useful in scenarios where product categories need to be renamed or re-coded to reflect changes in business organization, inventory classification, or external system mappings.
Practical examples:
- Renaming a product category from "Electronics" to "Consumer Electronics" to better align with marketing terminology.
- Updating the external code of a product category for synchronization with another system's identifiers.
Properties
| Name | Meaning |
|---|---|
| Category ID | The unique identifier of the product category to update. |
| Update Fields | Collection of fields to update in the product category. Options include: - Code: External code used for system identification. - Name: The name of the product category. |
Output
The node outputs a JSON object representing the updated product category. This typically includes all relevant details of the product category after the update, such as its ID, name, code, and any other metadata returned by the Arivo CRM API.
No binary data output is involved in this operation.
Dependencies
- Requires an active connection to Arivo CRM via an API key credential configured in n8n.
- The node depends on the Arivo CRM API being accessible and the user having appropriate permissions to update product categories.
Troubleshooting
Common issues:
- Invalid or missing Category ID: The update will fail if the specified category does not exist or the ID is incorrect.
- Insufficient permissions: The API key used may lack rights to update product categories.
- Network or API errors: Connectivity problems or API downtime can cause failures.
Error messages and resolutions:
"Category not found": Verify that the Category ID is correct and exists in Arivo CRM."Unauthorized"or"Access denied": Check that the API key has the necessary permissions."Validation error": Ensure that the fields provided in Update Fields meet the expected format and constraints (e.g., non-empty strings).
Links and References
- Arivo CRM API Documentation (replace with actual URL)
- n8n documentation on Creating Custom Nodes