Build connected supplier experiences with SDS.
POST /v1/suppliers
{
"company_name": "Atlas Manufacturing",
"country": "US",
"categories": [
"Precision Machining",
"Industrial Fabrication"
],
"contact": {
"email": "supplier@example.com"
}
} Resources for building with SDS.
{ }
K
↗
S
!
✓
From credentials to first request.
1
2
3
4
Structured access to supplier workflows.
The SDS API model is intended to support supplier profiles, information requests, submissions, documents, sourcing opportunities, and workflow statuses.
SDS remains ERP agnostic. Developers can use APIs to exchange information with their own systems, but SDS does not require or assume a direct ERP implementation.
Respond to supplier events as they happen.
Receive changes that matter.
Subscribe only to events relevant to your use case and process them using idempotent handlers.
supplier.created — A supplier profile has been created.
supplier.updated — Supplier information has changed.
request.completed — A supplier request has been completed.
document.added — A new document has been submitted.
opportunity.response_received — A supplier has responded to an opportunity.
Build for reliable processing.
Production webhook consumers should account for delivery retries, duplicate events, signature verification, and temporary endpoint failures.
Verify request signatures before processing.
Return successful responses quickly.
Use event identifiers for deduplication.
Log correlation IDs for troubleshooting.
Monitor failures and retry queues.
Designed for controlled access.
Publication note: Final authentication methods, endpoint paths, webhook names, rate limits, data-retention rules, and security controls must be confirmed against the production SDS technical specification before this page is published.
Start building with SDS.
Tell us what you are building, which SDS capabilities you need, and how your application will use supplier information or workflow events.
Approved requests can receive sandbox credentials, example data, technical documentation, and implementation support.
Extend supplier workflows without replacing your existing systems.
Use SDS developer resources to support secure supplier-data exchange, workflow events, sourcing experiences, and custom applications.