signaledi/SignalEDI: Convert EDI to JSON

Convert EDI documents (850, 810, 856, …) into structured JSON using the SignalEDI API.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
api_keyYour SignalEDI API key. Pass via a secret, e.g. ${{ secrets.SIGNALEDI_API_KEY }}.yes
edi_filePath to the EDI file to convert (relative to the workspace).yes
api_base_urlOverride the SignalEDI API origin (the /api/v1 path is appended automatically). For staging only.nohttps://signaledi.com
namedescription
jsonThe parse response from the SignalEDI API (stringified JSON), including the structured `json` document and `validation` diagnostics. Read a field with e.g. `fromJson(...).json`.