Skip to content

Glossary

Appendix

TermMeaning
AIOTIC appThe operator web application (review, correct, send, manage users and settings). Talks to the same tenant as the API.
Article numberYour SKU / item number. article_number on order lines.
ATTENTIONOrder status meaning "a person must decide". Not an error.
CustomerDebtor: the company that sent the purchase order. customer_id = your customer number.
Customer item numberThe customer's own code for one of your articles, as printed on their orders.
Customer item mappingRecord linking (customer_number, customer_item_number)(item_number, language_code).
ERP receive endpointThe HTTPS endpoint you implement; AIOTIC POSTs reviewed orders to it.
erp_refYour ERP's order reference, stored in AIOTIC after a successful send.
ExtractionTurning a document + e-mail into a structured PurchaseOrder with AI.
Hand-offThe act of sending an order to the ERP receive endpoint (POST /erp/send).
Integration keyAPI key accepted on every endpoint.
LandedAn order that finished processing: PROCESSED, ATTENTION, MODIFIED (with result) or FAILED.
Master data / reference dataCustomers, products, customer item mappings.
MCPModel Context Protocol — how AI assistants call tools; AIOTIC ships an MCP server for the guide.
Mock tenantLocal stand-in for an AIOTIC tenant (aiotic mock).
Order splittingTenant feature that turns one e-mail with several orders into several child orders sharing an email_group_id.
PipelineThe SDK's sanitizers → validators → business rules chain in the receive endpoint.
Processing webhookOptional call AIOTIC makes when extraction finishes, before review.
Purchase order (PO)The document the buyer (your customer) sends. What AIOTIC reads; the purchase_order field in every payload.
Sales order (SO)The record your ERP creates from a purchase order. Your receive endpoint returns its number as order_number, stored in AIOTIC as erp_ref.
Rejected e-mailA mail the classifier decided is not a purchase order; can be overridden.
request_idUUID identifying one order in AIOTIC; stable across retries; your idempotency key.
SendablePROCESSED, MODIFIED, ATTENTION.
SupplierYou — the receiving company. Pinned from configuration.
Sync keyAPI key accepted only on master-data endpoints.
TenantOne AIOTIC deployment for one company (https://<tenant>.aiotic.ai).
Unit (of measure)As printed on the document (ST, PCS, Stk, m…); map it on your side.

Documentation revision 3 · Published 8 September 2026 · commit 6862d5e. Verified against AIOTIC API v1.0.0. AIOTIC is a product of DevOps Company.