Overview
This node integrates with Feedonomics, a platform for feed management and optimization. It is designed to facilitate data transformation workflows involving Feedonomics, such as importing, exporting, or manipulating product feed data. Users can configure request options like batching, SSL handling, proxy settings, and timeout to control how data requests are managed and executed.
Use Case Examples
- A user wants to batch process product feed data to avoid overloading the Feedonomics API, setting batch size and interval accordingly.
- A user needs to connect through a proxy server to access Feedonomics API due to network restrictions.
- A user wants to ignore SSL certificate issues temporarily to troubleshoot connection problems with Feedonomics API.
Properties
| Name | Meaning |
|---|---|
| Request Options | Settings to control how requests to Feedonomics API are handled, including batching, SSL certificate validation, proxy usage, and timeout duration. |
Dependencies
- Requires Feedonomics API credentials for authentication.
Troubleshooting
- Users might encounter connection timeouts if the timeout setting is too low; increasing the timeout can help.
- SSL certificate validation errors can occur if the server's certificate is invalid; enabling 'Ignore SSL Issues' can bypass this but is insecure.
- Incorrect proxy settings can prevent successful API requests; verify proxy URL and credentials if used.