Skip to content
Developers

Live stock and contract pricing, one request away.

Distrify exposes your catalog as an API, a live data connection your customers can call from their own procurement systems: per-customer keys, real availability, and the price that customer is actually entitled to.

GET /v1/parts/STM32H743ZIT6200 OK
{
"stock": 1240,
"price": 8.42,
"currency": "EUR",
"lead_time_days": 0,
"customer": "atlas-traders"
}
The sales API

Built to be called from a procurement system, not a browser.

Authentication is a per-customer key, so a request returns that customer's contract pricing without any logic on their side.

  • REST over HTTPS, JSON in and out
  • Per-customer keys resolve contract pricing
  • Response time and uptime are written into the contract, with figures
  • Bulk endpoints for whole BOMs, not just single parts
  • Delta sync by modified_since for catalog mirrors
GET /v1/parts/STM32H743ZIT6
Authorization: Bearer sk_live_…
{
"mpn": "STM32H743ZIT6",
"manufacturer": "STMicroelectronics",
"stock": 1240,
"price": 8.42,
"currency": "EUR",
"lifecycle": "active",
"lead_time_days": 0
}
Practicalities

Before you build against it.

You issue them. A key belongs to one of your customers and carries their pricing context, so what comes back is that customer's contract price rather than a list price they then have to adjust.

Generous enough that a nightly full-catalog mirror is not a problem, and burst-tolerant for BOM pricing. If you are planning something unusual, tell us and we will size it with you rather than let you find the ceiling in production.

Yes, with a synthetic catalog, so a customer's developer can build and test before touching your real pricing.

There is a separate partner API with token authentication for read access to line cards and aliases, plus a staged write path for enrichment suggestions that you approve before anything lands.

Electronics buying has gone digital. Time your distribution did too.

Thirty minutes on your own parts: send us a price list and we show it running live across every channel.

We reply within one working day. No newsletter, no drip campaign.