Overview
This node integrates with OrderfulEdi, a service for handling EDI (Electronic Data Interchange) data. It is designed to transform or process EDI data within n8n workflows. Common scenarios include automating the exchange of business documents such as purchase orders, invoices, and shipping notices between trading partners using EDI standards.
Use Case Examples
- Automate processing of incoming EDI purchase orders and convert them into internal formats.
- Send EDI invoices to trading partners automatically after order fulfillment.
- Batch process multiple EDI documents to optimize throughput and reduce API calls.
Properties
| Name | Meaning |
|---|---|
| Request Options | Settings to control how requests to the OrderfulEdi API are made, including batching, SSL handling, proxy configuration, and timeout settings. |
Output
JSON
data- The processed or transformed EDI data returned from the OrderfulEdi service.
Dependencies
- Requires an API key credential for authenticating with the OrderfulEdi API.
Troubleshooting
- Ensure the API key credential is correctly configured and has necessary permissions.
- If SSL errors occur, consider enabling 'Ignore SSL Issues' but be aware of security risks.
- Check proxy settings if requests fail to reach the API endpoint.
- Adjust timeout settings if the API response is slow or times out.
Links
- Orderful EDI Integration - Official documentation and resources for integrating with Orderful EDI services.