Actions15
Overview
The custom n8n node for the "Product" resource with the "Get" operation is designed to interact with the Unleashed inventory management API. This node allows users to retrieve specific product details by providing a unique product code. It is particularly beneficial for scenarios where users need to fetch product information, such as in inventory management systems, e-commerce platforms, or any application that requires real-time access to product data. For example, a user might want to retrieve product details to display on a website or to update inventory levels based on sales.
Properties
| Name | Meaning |
|---|---|
| Product Code | Code of the product to retrieve (required). |
Output
The output of the execute() method will be structured as an array of objects, where each object contains a json field. The json field will include the details of the retrieved product based on the provided product code. If the retrieval fails, the output will contain an error message instead.
Dependencies
This node requires an API key credential for authentication with the Unleashed API. Users must ensure they have configured this credential correctly in their n8n environment.
Troubleshooting
Common issues users might encounter include:
- Invalid Product Code: If the provided product code does not exist, the node may return an error indicating that the product could not be found. To resolve this, verify that the product code is correct and exists in the Unleashed system.
- Authentication Errors: If the API key credential is missing or incorrect, the node will fail to authenticate with the Unleashed API. Ensure that the API key is valid and properly configured in n8n.
- Network Issues: If there are connectivity problems with the Unleashed API, users may receive timeout errors. Check network settings and ensure that the Unleashed service is operational.
Links and References
- Unleashed API Documentation - Official documentation for the Unleashed API, which provides detailed information on available endpoints and usage.