Overview
This node integrates with MiraklConnect, a platform for marketplace management. It is designed to facilitate interactions with MiraklConnect's API, allowing users to automate tasks such as data transformation and marketplace operations within n8n workflows. Common scenarios include batch processing of marketplace data, handling API requests with custom options like proxy settings, SSL handling, and request timeouts.
Use Case Examples
- Automating product listing updates on a Mirakl-powered marketplace.
- Batch processing orders or inventory data from MiraklConnect.
- Using proxy and SSL options to securely connect to MiraklConnect API in restricted network environments.
Properties
| Name | Meaning |
|---|---|
| Request Options | Settings to customize the API request behavior, including batching, SSL handling, proxy, and timeout. |
Output
JSON
responseData- The JSON response data returned from the MiraklConnect API after executing the request.
Dependencies
- Requires MiraklConnect API credentials for authentication.
Troubleshooting
- Ensure valid MiraklConnect API credentials are provided to avoid authentication errors.
- If SSL errors occur, consider enabling 'Ignore SSL Issues' but be aware of security risks.
- Proxy settings must be correctly formatted; incorrect proxy URLs can cause connection failures.
- Timeouts may occur if the server is slow or unresponsive; adjust the timeout setting accordingly.
Links
- MiraklConnect API Documentation - Official API documentation for MiraklConnect to understand available endpoints and usage.