mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to retrieve detailed information about a specific article. It is useful in scenarios where you need to fetch article data dynamically within an n8n workflow, such as integrating product details into order processing, inventory management, or content display systems.

For example, you can use this node to get the full details of an article by its unique identifier and then use that data downstream for reporting, updating databases, or triggering other automation steps.

Properties

Name Meaning
Article Id The unique identifier of the article to retrieve. This is a required string input.
Customer Id A customer identifier sent as a query parameter; currently marked as "not in use".

Output

The node outputs JSON data representing the article details retrieved from the mittwald mStudio API. The structure typically includes all relevant fields describing the article, such as its ID, name, description, pricing, availability, and other metadata as provided by the API.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The base URL for API requests is https://api.mittwald.de.
  • The node uses standard HTTP headers to accept and send JSON data.

Troubleshooting

  • Missing or invalid Article Id: Since the Article Id is required, ensure it is provided and correctly formatted. Errors related to missing IDs will prevent the API call.
  • Authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
  • API connectivity issues: Network problems or incorrect base URL configuration may cause request failures.
  • Unused Customer Id: Although the Customer Id is sent as a query parameter, it is noted as "not in use." If the API changes to require this parameter, update accordingly.

Links and References

Discussion