Sales desk workstation with order paperwork and an ERP screen
Use Case · Sales & Orders

How orders reach the ERP without anyone retyping them.

A typical scenario from wholesale and manufacturing: how free-text orders from email, PDF, and fax scan are read, checked, and prepared as a draft order today.

Talk to an expert
At a Glance

How a wholesaler gets free-text orders into the ERP with an AI employee.

An AI employee reads orders from email, PDF, and fax scan, maps every line item to the right article, checks prices against framework agreement and price list, and creates the order as a draft in the ERP. The sales desk only decides the open cases and releases. What used to take 10 to 20 minutes of retyping per order now takes 1 to 2 minutes of review, about 85 percent less time.

Problem
Every line item typed into the ERP by hand, customer part numbers looked up manually
Solution
The AI employee reads, maps, checks prices, and creates the order as a draft
Human decides
Decide the open cases and release the order
Live in
2 to 3 weeks

* Typical scenario from our project work, not a single customer project. Last updated: .

The Problem

The sales desk retypes orders every day that already exist digitally.

In wholesale and manufacturing, orders arrive through several channels at once: as free text in the email body, as a PDF attachment in whatever layout the customer happens to use, and as a fax scan from the customers who never stopped faxing. The sales desk opens every order one by one and types the line items into the ERP.

The typing is not the slow part. The looking up is. Long-standing customers order under their own part numbers or under numbers from a catalog three years old. So the clerk searches the article master for what is actually meant. Then a second window is used to check which price applies: price list, framework agreement, quantity tier.

And typing errors do not stop at the order. A wrong part number becomes wrong picking, a wrong delivery, a credit note, and a phone call with the customer. At the same time the order confirmations wait until the pile is done.

How Superkind Works

We measured the match rate first, then built the software.

Order entry is one of the few cases where you can see whether it works before you build it. The proof already sits in the mailbox. And the team’s conditions became the specification: the order is never posted directly, unclear line items are stopped, and the sales desk maintains the mapping itself. The most common objection in the first conversation is: our customers order chaotically, no machine understands that. That chaos is exactly the use case, because the clean orders already run through EDI.

  1. Sample of real orders: A batch of orders from the last quarter, from email, PDF, and fax scan, run through reading and mapping. The result is a measured match rate per channel, not an estimate.
  2. Build the customer part number mapping: The knowledge in the heads of two long-serving clerks, which customer part number means which article, gets written down. From the order history, from delivery notes, and from every correction the team makes during the pilot.
  3. Connect the ERP as a draft target only: The AI employee gets write access exclusively for unreleased sales orders. No direct posting. That is the decision that makes everything else defensible.
  4. Go-live only after the team’s okay: The sales desk reviewed the open-case pile for a week and wrote down what was missing. That list became the acceptance criteria. The system went live once the clerks said: this is faster than by hand.
The Solution

85 percent is done by the AI employee. The human decides at two points.

The AI employee first recognizes whether an incoming message is an order at all, or a question, a reminder, or the reply to an order confirmation. Then it reads the header data, meaning customer, customer order number, requested date, and delivery address, and every single line item. Whether from the email body, from a PDF in any layout, or from a fax scan.

Mapping runs across three levels: the customer part number mapping, the article master, and this customer’s order history. After that, prices and terms are checked against the ERP. Whatever fits cleanly is filled in. Every deviation and every open line item is flagged with a reason. The result is a draft order in the ERP and a draft order confirmation, never a finished posting.

AgentOrder arrives
AgentLine items read
AgentArticles & prices checked
HumanOpen cases decided
HumanOrder released
AgentOrder & confirmation in ERP
How an order moves through the system. The orange stations are done by the human.
Order entry, example record
Incoming order

Email from an existing customer, order written in the message body: 12 line items with the customer’s own part numbers, one of them with an outdated part number.

CustomerExisting customer, identified by sender domain and customer numberrecognized
Line items11 of 12 matched against the article mastermatched
PricesChecked against the framework agreement, no deviationchecked
Order confirmationReady as an editable draftprepared
Line item 7Article discontinued, successor proposed from the order historyconfirm

One of twelve line items is flagged: the customer ordered under a number that was replaced two catalogs ago. Substituting an article is a sales decision and stays with the sales desk.

An example record. The data is invented, the field structure matches the view in which the order is presented for release.
What It Delivers

That was before, this is today.

This is how order entry ran before, and this is how it runs today with the AI employee. Conservatively calculated, that saves about 85 percent of the time per order.

approx. 85%less time per order: 10 to 20 minutes of retyping become 1 to 2 minutes of release
Several hours per dayof typing work that disappears at dozens of orders a day
Entry errorsthat used to travel all the way into the delivery, practically eliminated
BeforeToday
Effort per order10 to 20 minutes of retyping and checking1 to 2 minutes to release the draft
Article mappingSearched by hand in the article masterMapping and order history, maintained by the team
Price checkBy hand in a second windowAutomatic against framework agreement and price list
ErrorsTypos travel all the way into the deliveryUnclear line items are stopped, not posted
Order confirmationGoes out when the pile is doneDraft is ready together with the order

* Baseline generalized from process mappings in sales desk teams. Savings conservatively calculated: a free-text order with a double-digit number of line items costs 10 to 20 minutes of retyping, looking up, and price checking before, and 1 to 2 minutes today to review and release the draft. That is 80 to 95 percent, conservatively stated as about 85 percent. At dozens of orders per day this adds up to several hours daily.

How To Build It

How do you build an AI employee like this, technically?

The knowledge from this scenario to take away, whether you build with us or on your own:

01

Reading: vision models instead of form recognition

Classic form recognition expects a fixed layout and breaks on the first new order template. Vision models like Mistral OCR, GPT from OpenAI, or Claude from Anthropic read a PDF and a fax scan the way a person reads them: table, free text, handwritten note in the margin. That is exactly what you need when every customer sends its own format.

02

Mapping articles: an explicit mapping beats probability

Mapping runs across three levels. First the customer part number mapping, meaning customer number plus customer part number resolves to your article. A hit there is deterministic and beats any guess. Then the article master for your own numbers and descriptions. Last the order history: what did this customer receive the last time they wrote it this way.

03

EDI or AI employee: both, not either or

EDI is the right answer for connected key accounts and stays that way. Its limit is the effort per connection, because every partner is its own project. That is why EDI usually covers a handful of large accounts. The AI employee handles everyone else: the customers who order by email, PDF, and fax and will not be connected for years.

04

ERP creation: draft instead of direct posting

A posted order sets things in motion: stock gets reserved, the warehouse picks, sometimes a confirmation goes out automatically. A draft is reversible, a posting is not. That is why the AI employee gets write access in SAP or Microsoft Dynamics only for unreleased sales orders. It costs one click per order and takes the whole risk of a wrong posting out of the project.

05

UX: the interface decides adoption

A review screen shows the order on the left and the recognized line items on the right, side by side, row by row. Every line item shows what it was matched against. Follow-up questions to the customer are ready as an editable draft, nothing goes out unseen. And the mapping has its own view where the sales desk changes it itself.

Order entry: a warehouse aisle with stocked articles, every mapped line item becomes a real pick
Every line item the AI employee maps becomes a real pick in the warehouse. That is exactly why unclear line items are stopped instead of posted.
Cost

What does it cost in comparison?

Superkind charges per use case. The price grows with order volume, not with headcount. Here is the honest comparison:

Manual retypingEDI connectionSuperkind AI employee
Cost55,000 to 75,000 € per year per sales desk position1,000 to 5,000 € setup per partner, plus running feesPrice per use case, a fraction of a full-time position
What is includedThe whole process, by handOnly structured messages from connected partnersReading, article mapping, price checks, ERP draft, and order confirmation
Scales withMore staffEvery new partner is a new projectVolume, without new positions
ExceptionsHuman does everythingFall out of the standard and land in the ERP by hand againFlagged and sent to a human
RolloutRecruiting and onboardingMonths per partner2 to 3 weeks to the first productive version

The honest comparison is the full cost of manual entry: the retyping itself, the lookups in the article master, the credit notes from wrong deliveries, and the confirmations that go out a day late.

Our Experience

What we learned from these projects.

The objection is always the same: our customers order chaotically, no AI can handle that. The sentence is loud, but weak. Disorder is not a wall, it is a measurable quantity. You can take a hundred real orders, run them through the mapping, and know the match rate per channel before a single line of integration code is written. We have not yet met a team that regretted the day spent on it.

The second thing: the bottleneck is almost never the reading. The bottleneck is the master data and the knowledge that was never written down. Which customer part number means which article. Which price applies to whom. Which customer always means the plant address and not the billing address. Automating order entry forces that knowledge out of two heads and into an editable table. That alone changes what happens when those two people are on vacation.

85 percent instead of 0 percentThe AI employee brings every order to a complete draft. The release stays with the human.
Traceability winsEvery line item shows what it was matched against. The objection is never the price, it is trust.
The mapping belongs to the teamThe sales desk maintains mappings, pricing rules, and thresholds itself, without a ticket to us.

What it is not suited for: If nearly all customers already order through EDI or a web shop, order entry is not your bottleneck. In engineered-to-order work, where every order is a technical conversation about dimensions and tolerances, there is no routine to automate. And without a maintained article master the AI employee inherits your ambiguity and flags more than it resolves.

FAQ

Frequently asked questions

Everything you need to know about automated order entry.

It pulls orders from the shared mailbox, from PDF attachments and fax scans, reads the header data and every single line item, maps customer part numbers to your articles, checks prices against price list and framework agreement, and creates the order as a draft in your ERP. The sales desk decides the open cases and releases the order.

Yes, that is exactly what the AI employee is built for. Half article names, old catalog numbers, quantities in the middle of a sentence: it maps what can be mapped and flags everything else with a reason. Structured orders were never the problem, EDI solved those long ago.

They get stopped, not guessed. The line item goes to the sales desk with a reason and a suggestion from the order history. Nothing is posted to the ERP silently.

Yes, without a ticket to us. The sales desk maintains the customer part number mapping, the pricing rules, and the thresholds itself. Customer catalogs change every week, so that maintenance belongs with the team.

EDI stays the right answer for connected key accounts. Its limit is the effort per connection, often 1,000 to 5,000 euros of setup per partner. That is why EDI usually covers a handful of large accounts. The AI employee handles everyone else, the customers who keep ordering by email, PDF, and fax.

The price is per use case and scales with order volume. For comparison: a sales desk position costs the employer 55,000 to 75,000 euros per year. An EDI connection often costs 1,000 to 5,000 euros of setup per partner and then covers exactly that one partner.

Putting your AI to workContact ustogether