Mirakl

Mirakl integration for n8n

Overview

This node provides integration with Mirakl, a marketplace platform, allowing users to interact with Mirakl's API within n8n workflows. It supports configuring request options such as batching, SSL certificate validation, proxy settings, and request timeout. This node is useful for automating tasks like fetching marketplace data, managing orders, or synchronizing product information with Mirakl.

Use Case Examples

  1. Automate order retrieval from Mirakl marketplace in batches to avoid API rate limits.
  2. Use the node to update product listings on Mirakl with a custom timeout and proxy configuration.
  3. Fetch marketplace reports from Mirakl while ignoring SSL certificate issues in development environments.

Properties

Name Meaning
Request Options Settings to customize the HTTP request behavior to Mirakl API, including batching, SSL validation, proxy, and timeout.

Dependencies

  • Requires Mirakl API credentials for authentication.

Troubleshooting

  • If requests fail due to SSL errors, enable 'Ignore SSL Issues' to bypass certificate validation (not recommended for production).
  • Batching settings with very small batch sizes or zero interval may cause performance issues or API rate limiting.
  • Incorrect proxy settings can cause connection failures; verify proxy URL and credentials if used.
  • Timeout too low may cause premature request abortion; increase timeout if server responses are slow.

Discussion