Skip to content
ERP integration

Your customers on abas ERP order from your live catalog.

abas calls Distrify from abas Connect or an ESDK app. 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
abas calls Distrify from abas Connect or an ESDK app.
Effort
Days for the first use case
Built by
Their team or abas partner
Direction
Outbound only
The mechanism

Three ways abas ERP can make the call.

ESDK apps need abas ERP 20 (2019r4) or later.

abas Connect

Graphical setup. abas markets it as self-service, without programming.

abas REST API

Read and write, using abas’ own logic and customisations.

abas Cloud Connect

Outbound only, so no inbound port has to be opened.

The call

What your customer writes, once.

Written in Java. 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
HttpRequest request = HttpRequest.newBuilder()
.uri(URI.create("https://distributor.distrify.io/api/method/distrify_studio"
+ ".distrify_electronics.public_api.v1.components.search_keyword"))
.header("X-DISTRIFY-Client-Id", clientId)
.header("X-DISTRIFY-Api-Key", apiKey)
.header("Content-Type", "application/json")
.POST(BodyPublishers.ofString("{\"Keywords\":\"" + mpn + "\"}"))
.build();
HttpResponse<String> response =
HttpClient.newHttpClient().send(request, BodyHandlers.ofString());
// map response.body() into the abas data object
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.