SDK Reference
SDK Coverage Matrix
Public API operation coverage across all Linkit REST SDKs (119 operations, MCP excluded).
SDK Coverage Matrix
All 11 REST SDKs implement 119 public operations from
docs/swagger.json (MCP excluded). Machine-readable matrix:
coverage-matrix.json.
| Tag | Operations | Async-capable POSTs |
|---|---|---|
| Auth | 1 | 0 |
| Branches | 7 | 1 |
| Brands | 7 | 1 |
| Categories | 8 | 1 |
| Connectivity | 1 | 0 |
| Customer Addresses | 4 | 0 |
| Customer Groups | 4 | 0 |
| Customers | 7 | 1 |
| Documentation | 3 | 0 |
| Email marketing | 2 | 0 |
| Generics | 8 | 1 |
| Health | 2 | 0 |
| Integrations | 5 | 0 |
| Metrics | 1 | 0 |
| Offers | 8 | 1 |
| Orders | 11 | 1 |
| Organization Apps | 2 | 0 |
| Payments | 3 | 0 |
| Posts | 3 | 0 |
| Products | 7 | 1 |
| Providers | 7 | 0 |
| Queue | 2 | 0 |
| SKUs | 6 | 2 |
| SMS outbox | 2 | 0 |
| SMS providers | 6 | 0 |
| Tags | 1 | 0 |
| Verifications | 1 | 0 |
Async writes
Queue-aware POSTs accept X-Async: true via each SDK's QueueService.enqueue
(or Rust QueueService::enqueue / OperatorEdgeService on the engine edge).
Poll with GET /api/v1/jobs/{id} via QueueService.jobStatus / PollJob.