Soliditech icon

Soliditech

Consume Soliditech API (v.0.2.10)

Overview

This node interacts with the Soliditech API to retrieve a specific list of products associated with a given promo code. It is useful in scenarios where users need to fetch detailed product information linked to a particular promotional code, such as in marketing automation, sales processes, or inventory management. For example, a user can input a promo code ID to get all products eligible under that promo code for further processing or display.

Use Case Examples

  1. Retrieve all products linked to promo code ID 123 to display in a promotional campaign.
  2. Fetch product details for a specific promo code to validate discounts before applying them in an order system.

Properties

Name Meaning
Promo Code Id The unique identifier of the promo code for which the product list is requested.
Simplify Output A boolean flag to determine whether to simplify the output data structure.
Simplify Path The JSON path to the property that should be returned when output is simplified.

Output

JSON

  • result - The main property containing the list of products associated with the specified promo code.

Dependencies

  • Requires an API key credential for Soliditech API authentication.

Troubleshooting

  • Ensure the promoCodeId parameter is provided and is a valid number; otherwise, the API request will fail.
  • If the API returns an error, check the API key credential and network connectivity.
  • When using Simplify Output, ensure the simplifyPath is correctly set to a valid property path in the response to avoid empty or undefined outputs.

Links

Discussion