Actions15
Overview
This node integrates with the Tripletex API v2 to manage products, including the ability to delete a product by its ID. The "Delete Product" operation sends a DELETE HTTP request to the Tripletex API to remove a specified product from the system.
This node is useful in scenarios where you need to automate product lifecycle management, such as cleaning up obsolete products, synchronizing product catalogs, or integrating product deletion into larger workflows.
Example use case: Automatically deleting discontinued products from your Tripletex account when they are removed from your inventory management system.
Properties
| Name | Meaning |
|---|---|
| Product ID | The ID of the product to delete |
Output
The node outputs a JSON object representing the response from the Tripletex API after attempting to delete the product. Typically, this will confirm successful deletion or provide error details if the operation failed.
No binary data output is produced by this operation.
Dependencies
- Requires an API key credential for authenticating with the Tripletex API.
- The node uses the Tripletex API base URL, which switches between a test and production environment based on credential configuration.
- Requires network access to the Tripletex API endpoints.
Troubleshooting
- Validation errors: If the Product ID is missing or empty, the node will throw a validation error indicating that the Product ID is required.
- API errors: If the product ID does not exist or the user lacks permission, the API may return an error. The node will output this error in the JSON response.
- Authentication issues: Ensure the API key credential is correctly configured and has appropriate permissions.
- Network issues: Verify connectivity to the Tripletex API endpoints.
Links and References
- Tripletex API Documentation (official API docs for further details on product deletion and other operations)