Actions116
- Course Actions
- Bundle Actions
- Course Grade Actions
- Course Grade Detail Actions
- Course Teacher Actions
- Email Actions
- Email Campaign Actions
- Email Campaign Course Actions
- Email Campaign Excluded Course Actions
- Email Campaign Excluded List Actions
- Email Campaign Excluded Plan Actions
- Email Campaign List Actions
- Email Campaign Plan Actions
- Email List Actions
- Enroll Actions
- MindzPay Account Actions
- MindzPay Invoice Actions
- MindzPay Payment Actions
- MindzPay Subscription Actions
- Subscription Actions
- Team Actions
- User Actions
Overview
The "Add Product" operation under the "Bundle" resource in this Mindz node allows users to add a product to an existing bundle within the Mindz platform. This is useful for managing collections of products grouped as bundles, enabling automation workflows that update or modify bundles dynamically.
Typical use cases include:
- Automatically adding new products to promotional bundles.
- Managing product offerings by updating bundles based on inventory or marketing strategies.
- Integrating with other systems to keep bundle contents synchronized.
For example, a user could set up a workflow that adds a newly created product to a specific bundle whenever the product is published.
Properties
| Name | Meaning |
|---|---|
| Bundle ID | The unique identifier of the bundle to which the product will be added. |
| Product ID | The unique identifier of the product that should be added to the specified bundle. |
Output
The node outputs JSON data representing the result of the "Add Product" operation. This typically includes confirmation details such as the updated bundle information or status messages indicating success or failure.
If the API supports it, the output may contain fields like:
- Bundle details after the product addition.
- IDs of the bundle and product involved.
- Status or error messages.
No binary data output is indicated for this operation.
Dependencies
- Requires an active connection to the Mindz API via an OAuth2-based authentication credential.
- The node depends on the Mindz platform's API endpoints for bundle management.
- Proper API permissions are necessary to modify bundles and add products.
Troubleshooting
Common issues:
- Invalid or missing Bundle ID or Product ID parameters.
- Insufficient permissions or expired API credentials.
- Network connectivity problems preventing API calls.
- Attempting to add a product that is already part of the bundle.
Error messages and resolutions:
- "Bundle not found": Verify the Bundle ID is correct and exists.
- "Product not found": Check the Product ID validity.
- "Unauthorized" or "Authentication failed": Refresh or reconfigure the API credentials.
- "Product already in bundle": Confirm if the product is already included; avoid duplicates.
Links and References
- Mindz API Documentation (hypothetical link)
- n8n documentation on creating custom nodes
- OAuth2 authentication setup guides in n8n
Note: This summary is based on static analysis of the provided source code and property definitions without runtime execution.