Webhooks for everything
Delivery, ack, rejection, fix. Every event replayable from the dashboard, signed with a durable schema.
Webhooks back. Start with synthetic examples in the public playground, then provision environment-scoped API access for integration testing. SignalEDI's developer API is the same unified engine that powers PA Bridge and Rail by SignalEDI.
$ curl -X POST https://signaledi.com/api/v1/documents/outbound \ -H "Authorization: Bearer sk_sandbox_8f2a" \ -H "Content-Type: application/json" \ -d '{ "partnerId": "your-partner-id", "documentTypeCode": "850", "payload": { "purchaseOrderNumber": "PO-1042", "lines": [{ "sku": "SKU-100", "quantity": 24, "unitPrice": 12.5 }] } }' → { "ok": true, "documentId": "doc_8f2", "status": "queued" }
curl -X POST https://signaledi.com/api/v1/documents/outbound \
-H "Authorization: Bearer sk_sandbox_8f2a" \
-H "Content-Type: application/json" \
-d '{ "partnerId": "your-partner-id", "documentTypeCode": "850",
"payload": { "purchaseOrderNumber": "PO-1042",
"lines": [{ "sku": "SKU-100", "quantity": 24, "unitPrice": 12.5 }] } }'
# → { "ok": true, "documentId": "doc_8f2", "status": "queued" }Delivery, ack, rejection, fix. Every event replayable from the dashboard, signed with a durable schema.
Partner personas reject like real retailers do. Ship against reality, not happy paths.
Give agents structured X12 guidance and governed test or production workflows. Public v0.4 is for synthetic evaluation; hardened v0.5 is pending release.
SignalEDI for Vercel
Marketplace integration
Vercel Marketplace · Connectable
Install the public SignalEDI integration, choose your projects and environment targets, and get project-scoped API and webhook credentials provisioned for your app.
Install flow
One request path
The integration supplies the connection layer; your app keeps control of the workflow.
SignalEDI marketplace lineup
Vercel
Connectable install with project-scoped credentials.
Usage plan · billed by SignalEDI
Open listing ↗Shopify
EDI workflows for storefront, fulfillment, and partner operations.
Marketplace pricing · announced at launch
Intuit
QuickBooks-connected EDI flows with reviewable accounting handoffs.
Marketplace pricing · announced at launch
Shopify and Intuit are presented as roadmap destinations until their marketplace submissions and approvals are complete.
Paste or upload a synthetic X12 sample. The public EDI test lab runs production validators and a partner simulator — and will not call that a certification.
© 2026 SignalEDI Inc. All rights reserved.