Soliditech icon

Soliditech

Consume Soliditech API (v.0.2.10)

Overview

This node interacts with the Soliditech API to retrieve detailed information about a specific product using its product code. It is useful in scenarios where users need to fetch comprehensive product data from the Soliditech system, such as in inventory management, product catalog updates, or integration workflows that require product details.

Use Case Examples

  1. Fetch detailed information for a product with code '6000-101-001' to display in a product catalog.
  2. Retrieve product details to validate product information before processing an order.

Properties

Name Meaning
Product Code The unique code identifying the product to retrieve details for.
Simplify Output Whether to simplify the output data by returning only a specific property path from the response.
Simplify Path The path to the property in the response data that should be returned when output is simplified.

Output

JSON

  • result - The main product details data returned from the API, or a simplified subset if simplification is enabled.

Dependencies

  • Soliditech API with authentication credentials

Troubleshooting

  • Ensure the product code is valid and exists in the Soliditech system to avoid errors.
  • If the 'Simplify Output' option is enabled, verify the 'Simplify Path' is correct to prevent empty or undefined results.
  • API request errors may occur if authentication credentials are missing or invalid; ensure proper API key or token is configured.

Links

Discussion