Tripletex

Connect to Tripletex API v2

Overview

This node integrates with the Tripletex API v2 to manage products within the Tripletex system. Specifically, the "Create" operation for the "Product" resource allows users to add new products by specifying details such as product name, SKU, pricing, and currency.

Common scenarios where this node is beneficial include:

  • Automating product catalog updates from external systems or databases.
  • Creating new products in Tripletex as part of an order fulfillment or inventory management workflow.
  • Synchronizing product data between e-commerce platforms and accounting software.

For example, a user can set up a workflow that triggers when a new product is added in their e-commerce platform and automatically creates the corresponding product in Tripletex with all relevant details.

Properties

Name Meaning
Product Name The name of the product (required).
Product Number The product number or SKU identifier.
Description A textual description of the product.
Unit Price The selling price per unit of the product.
Cost Price The cost price per unit of the product.
Currency The currency code for prices (e.g., NOK). Defaults to "NOK".

Output

The node outputs JSON data representing the response from the Tripletex API after creating the product. This typically includes the newly created product's details such as its ID, name, number, pricing, and other metadata returned by the API.

No binary data output is produced by this node.

Dependencies

  • Requires an API key credential for authenticating with the Tripletex API.
  • The node uses the Tripletex API base URL, which switches between production and test environments based on the configured environment setting.
  • Proper network access to the Tripletex API endpoints is necessary.

Troubleshooting

  • Validation Errors: If the "Product Name" is missing or empty, the node will throw a validation error stating "Product name is required".
  • Authentication Issues: Failure to provide valid API credentials or token generation problems will result in authentication errors.
  • API Errors: Any issues reported by the Tripletex API (such as invalid parameters or server errors) will be passed through in the node's error messages.
  • To resolve common errors, ensure all required fields are filled, credentials are correctly configured, and the API endpoint is reachable.

Links and References

Discussion