Skip to content
ERP integration

Your customers on ALPHAPLAN order from your live catalog.

ALPHAPLAN calls Distrify over its REST API, a live data connection. Your stock, prices, lead times and compliance data land in the screen the buyer is already working in, no export, no portal, no second login.

Your customer
their ERP
Your catalog
your Distrify workspace
AsksSTM32F407 · qty 2,500
Answers0,1980 € · 3,224 pcs · 5 days
At a glance

What this integration actually is.

How it connects
ALPHAPLAN calls Distrify over its REST API, a live data connection.
Effort
Days for the first use case
Built by
Their own team
Direction
Outbound only
The mechanism

Three ways ALPHAPLAN can make the call.

If you run ALPHAPLAN yourself, Distrify sits on top as your digital sales layer and ALPHAPLAN stays the system of record.

REST API

ALPHAPLAN’s documented route for outside systems.

Schnittstellen-Kit

A kit and a course, so their own team builds it in-house.

EDI

Configurable, and already aimed at the electronics industry.

The call

What your customer writes, once.

Written in Python. One endpoint, two headers, a part number in and a priced, current answer back.

  • One endpoint for search, availability, pricing and orders
  • Two headers: a client id and an API key
  • No inbound connection to your network
import requests
r = requests.post(
"https://distributor.distrify.io/api/method/distrify_studio"
".distrify_electronics.public_api.v1.components.search_keyword",
headers={"X-DISTRIFY-Client-Id": CLIENT_ID,
"X-DISTRIFY-Api-Key": API_KEY},
json={"Keywords": "STM32F407"},
timeout=20)
for p in r.json()["message"]["ExactMatches"]:
print(p["ManufacturerProductNumber"], p["QuantityAvailable"])
# write into ALPHAPLAN via the Schnittstellen-Kit
The contract

The same fields on every ERP.

The integration differs; the answer does not. Seventeen fields come back on every call, whichever system asked.

GroupFields
CommercialStock · Price breaks · MOQ · Pack quantity · Lead time
LifecycleLifecycle status · TARIC
Trade and customsHTSUS · ECCN · Country of origin · RoHS
ComplianceREACH · Pb-free · AEC-Q200 · EOL · NCNR
DocumentsDatasheet

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.