CEDXSystems

Resources

Nine hubs. No calendar.

Academy, developer reference, support — by the job.

Academy

Six tracks, taught against the running apps.

No certificate to buy. You leave with the queue configured, not a badge.

Developer reference

One API surface.

Request

POST /v2/orders
Authorization: Bearer <scoped key>
Content-Type: application/json

{
  "customer": "cus_8241",
  "lines": [{ "sku": "TRV-118", "qty": 4 }]
}

Response

201 Created

{
  "id": "ord_5512",
  "customer": "cus_8241",
  "invoice": null,
  "events": ["order.created"]
}

Talk to an engineer.

Bring the integration, the close, or the queue. You get someone who runs it.