Actions38
- Attribute Actions
- Customer Actions
- Entitlement Actions
- Feature Actions
- Product Actions
- Local License Server Actions
- Offering Actions
- Plan Actions
Overview
This node integrates with the Nalpeiron Zentitle2 API, enabling users to interact programmatically with product-related data managed by Nalpeiron. Specifically, for the "Product" resource and the "List Product Editions Attributes" operation, it retrieves attributes associated with a particular edition of a product.
Common scenarios where this node is beneficial include:
- Automating retrieval of detailed attribute information for specific product editions in software licensing or entitlement management workflows.
- Integrating product edition metadata into other systems such as CRM, ERP, or analytics platforms.
- Building dashboards or reports that require up-to-date product edition attribute data.
For example, a user might input a product ID and an edition ID to fetch all attributes related to that edition, then use this data to verify licensing conditions or customize user experiences based on edition features.
Properties
| Name | Meaning |
|---|---|
| Product ID | The unique identifier of the product for which you want to list edition attributes. |
| Edition ID | The unique identifier of the specific edition of the product whose attributes are listed. |
Output
The node outputs JSON data containing the attributes of the specified product edition. This typically includes key-value pairs describing various properties or metadata of the edition.
If the node supports binary data output (not evident from the provided code), it would represent any non-JSON data returned by the API, but in this context, the output is primarily structured JSON.
Dependencies
- Requires an API key credential for authenticating with the Nalpeiron Zentitle2 API.
- Needs configuration of the base URL and tenant ID via credentials or environment variables.
- Relies on internal modules (
property-registryandnode-coordinator) for property definitions and execution coordination.
Troubleshooting
- Missing or invalid Product ID / Edition ID: Ensure both IDs are provided and correctly formatted; otherwise, the API may return errors or empty results.
- Authentication errors: Verify that the API key credential and tenant ID are correctly configured and have sufficient permissions.
- Network or API endpoint issues: Confirm the base URL is reachable and correct; check for any proxy or firewall restrictions.
- Unexpected API responses: If the API changes or returns unexpected data structures, the node might fail or produce incorrect outputs. Updating the node or checking API documentation can help.
Links and References
- Nalpeiron Zentitle2 API Documentation (general reference, replace with actual if available)
- n8n Documentation on Creating Custom Nodes