Same-day dispatch — order by 18:00, DE warehouse+49 (0) 000 000 00Data & qualitysales@example.invalid

Interface

We help create efficiency

Connect your ERP or stock system directly to our catalogue. Prices, availability, dispatch date and ordering — without anyone retyping anything.

The interface speaks your numbers

Your item master carries HASCO and Meusburger numbers — some of them for twenty years. An interface that demands our part numbers means recoding the entire master first, then ordering. That is exactly why supplier APIs go unused.

Ours takes Z40/6x160 and answers with the matching part, the price and the dispatch day. No recoding, no mapping table on your side.

Request

curl https://api.normalien.example/v1/lookup?q=Z40/6x160 \
     -H "X-API-Key: nk_live_..."

Response

{
  "query": "Z40/6x160",
  "status": "matched",
  "sku": "KX-EJP-060-1600",
  "name": "Auswerferstift DIN 1530 A Ø6 x 160",
  "price_eur": 8.40,
  "available": 120,
  "compatibility": "Compatible with HASCO Z40/6x160"
}

Endpoints

GET/v1/lookup?q=…Resolve one number — yours or ours.
POST/v1/lookupUp to 500 numbers at once. Your whole item master in one call.
GET/v1/availabilityStock, dispatch day and cutoff. The call a minimum-stock rule makes.
POST/v1/quotePrices incl. breaks, VAT and delivery date. Reserves nothing.
POST/v1/ordersOrder with your order number and cost centre per line.
GET/v1/orders/{ref}Order status.

Full OpenAPI description at /docs — your client can be generated from it.

What customers use it for

  • Automatic replenishment. Your system checks the minimum stock and orders by itself — with your order number and cost centre per line.
  • Prices and dates in your own system. Your calculation pulls the current price instead of hunting through a PDF price list.
  • Checking bills of materials. 500 lines in one call, before the tool goes into work.

What we do not guess

A number like Z181/25x64 does not carry the load class — that is in the colour. In such a case we return all four candidates, never a guessed one.

The same for orders: if a line cannot be resolved unambiguously, the whole order fails. A silently shortened delivery is noticed only when the tool is lying stripped on the bench.

Access

Free for customers. One key per system, rights split between reading and ordering — your calculation needs no ordering access.

Request an API key →

We send you the key and an example for your system. For the common ERPs we help with the integration.