Overview
This node integrates with Mirakl Marketplace (MiraklMp) to perform operations related to the Mirakl platform. It is designed to facilitate interactions with Mirakl's API, enabling automation of marketplace-related tasks within n8n workflows. Common use cases include managing marketplace data, synchronizing orders, products, or other marketplace entities, and automating marketplace workflows.
Use Case Examples
- Automate order synchronization from Mirakl to an ERP system.
- Fetch product listings from Mirakl for inventory updates.
- Trigger workflows based on marketplace events such as new orders or updates.
Properties
| Name | Meaning |
|---|---|
| Request Options | Settings to control how requests to the Mirakl API are made, including batching, SSL handling, proxy configuration, and timeout settings. |
Output
JSON
responseData- The JSON response data returned from the Mirakl API after executing the requested operation.
Dependencies
- Requires an API key credential for Mirakl Marketplace API authentication.
Troubleshooting
- Ensure the Mirakl API credentials are correctly configured and valid to avoid authentication errors.
- If SSL errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security implications.
- Check proxy settings if requests fail to reach the Mirakl API, especially in corporate network environments.
- Adjust timeout settings if the Mirakl API responses are slow to prevent premature request abortion.
Links
- Mirakl Developer Documentation - Official documentation for Mirakl Marketplace API, useful for understanding available endpoints and data structures.