Mindz icon

Mindz

Interact with Mindz API

Actions116

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


Note: This summary is based on static analysis of the provided source code and property definitions without runtime execution.

Discussion