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 "Remove Product" operation under the "Bundle" resource in this Mindz node allows users to remove a specific product from an existing bundle. This is useful in scenarios where bundles are dynamically managed, such as updating course packages, software bundles, or product collections by removing items that are no longer relevant or available.
Practical examples include:
- An educational platform removing a course from a bundled offering.
- A software vendor updating a package by removing deprecated features or products.
- E-commerce platforms managing product bundles by removing out-of-stock or discontinued items.
Properties
| Name | Meaning |
|---|---|
| Bundle ID | The unique identifier of the bundle from which a product will be removed. |
| Product ID | The unique identifier of the product to be removed from the specified bundle. |
Output
The output JSON structure typically contains the result of the removal operation, such as confirmation of success, updated bundle details, or error information if the removal failed. The exact structure depends on the API response but generally includes fields indicating the status and possibly the updated state of the bundle after product removal.
This node does not explicitly mention binary data output for this operation.
Dependencies
- Requires an API key credential for authenticating with the Mindz API.
- The node depends on the Mindz API service being accessible and properly configured.
- No additional external dependencies are indicated beyond the Mindz API and its OAuth2 authentication.
Troubleshooting
Common Issues:
- Invalid or missing Bundle ID or Product ID parameters can cause the operation to fail.
- Authentication errors due to invalid or expired API credentials.
- Network connectivity issues preventing communication with the Mindz API.
- Attempting to remove a product that is not part of the specified bundle.
Error Messages and Resolutions:
- "Unauthorized" or "Authentication failed": Check and refresh the API authentication token or credentials.
- "Bundle not found": Verify the Bundle ID is correct and exists.
- "Product not found in bundle": Confirm the Product ID is part of the specified bundle before attempting removal.
- "Network error": Ensure stable internet connection and that the Mindz API endpoint is reachable.
Links and References
- Mindz API Documentation (general reference for bundle and product management)
- OAuth2 Authentication setup guides for API access
- n8n documentation on creating and using custom nodes with API integrations