Actions53
- Customer Actions
- Invoicing Actions
- Contact Actions
- Opportunity Actions
- Outstanding Actions
- Parameters Actions
- Payments Api Actions
- Product Actions
- Promo Code Actions
- Quotes Actions
- Telco Actions
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
- Retrieve all products linked to promo code ID 123 to display in a promotional campaign.
- 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
- Soliditech API - Get Specific Promo Code Product List - Official API documentation for retrieving product lists associated with a promo code.
