← Back to all docs

Deacom API

Deacom is an all-in-one ERP purpose-built for batch and process manufacturers, unifying manufacturing, quality, inventory, warehouse, financials, and compliance on a single database. An unofficial API lets you programmatically pull production jobs, inventory and lot records, sales and purchase orders, formulas, and financial data—and push updates like new orders, job finishes, and inventory adjustments back into Deacom.

By Alex KlarfeldMay 30, 2026
Deacom API

What is Deacom?

Deacom is an all-in-one ERP purpose-built for batch and process manufacturers, now part of ECI Software Solutions. Rather than stitching together bolt-on modules, Deacom runs manufacturing, supply chain, quality, warehouse, financials, and compliance on a single database—giving process manufacturers real-time visibility from raw materials to finished goods with complete lot traceability.

Core product areas include:

  • Manufacturing Operations (batch processing, lot control, catch weight, MES, Advanced Planning & Scheduling)
  • Supply Chain Planning (forecast-driven replenishment and Material Requirements Planning)
  • Quality Control (real-time quality checks, formulation management, Certificate of Analysis generation)
  • Warehouse & Inventory (WMS with scan gun support and inventory accuracy tools)
  • Financial Management (job costing, cost tracking across production/labor/shipping, profitability analysis)
  • Sales & Accounting (EDI, Direct Store Delivery, mobile features, financial reporting)
  • Regulatory Compliance (built-in GMP, SQF, FDA, GHS, and FSMA support) and Practical AI

Common data entities:

  • Production Jobs, Bills of Materials, Formulas, Routings, Work Orders
  • Inventory Items, Lots, Locations, Warehouses, Adjustments
  • Sales Orders, Purchase Orders, Customers, Vendors, Shipments
  • Quality Checks, Certificates of Analysis, Specifications
  • Invoices, Payments, General Ledger, Job Costs

The Deacom Integration Challenge

Manufacturers run mission-critical operations on Deacom daily, but turning its single-database, business-rules-driven workflows into API-driven automation is non-trivial:

  • Closed integration philosophy: Deacom intentionally keeps most capabilities inside its 'ERP Fence,' reserving APIs for systems firmly outside it—so broad external access isn't a first-class design goal
  • Fee-based, customer-specific integrations: Many connections to logistics, production automation, and lab equipment are scoped and billed per customer rather than offered as a public, self-serve API
  • Central Business Rules dependency: Transactions route through Deacom's business-rules layer, so naive writes that bypass it risk inconsistent costing, lot, and compliance state
  • Lot and batch traceability requirements: Inventory, job, and quality records carry lot, catch-weight, and effective-date semantics that generic integrations frequently mishandle
  • Regulatory and audit constraints: GMP, FDA, SQF, and FSMA workflows demand precise documentation and audit trails on every transaction
  • Version and deployment variability: Endpoint coverage and tooling differ by Deacom version, modules licensed, and the customer's hosting model

How Supergood Creates Deacom APIs

Supergood reverse-engineers authenticated Deacom sessions and the platform's RESTful service surfaces to deliver a resilient API layer for your Deacom instance—across manufacturing, inventory, sales, and financials—without waiting on a fee-based custom integration project.

  • Handles username/password and MFA securely within a managed session
  • Maintains session continuity with automated refresh and change detection
  • Normalizes responses across production jobs, inventory/lots, orders, quality, and financials so you integrate once against consistent objects
  • Routes writes through Deacom's business-rules behavior to preserve costing, lot traceability, and compliance state

Use Deacom with AI agents: Deacom MCP Server →

Getting Started

  • Schedule Integration Assessment

Book a 30-minute session to confirm your Deacom modules, version, and authentication model.

  • Supergood Generates and Validates Your API

We deliver a production-ready Deacom adapter tailored to your configuration and licensed modules.

  • Deploy with Monitoring

Go live with continuous monitoring and automatic adjustments as Deacom evolves.

deacom

API Endpoints

Authentication

POST/authenticate

Authenticate to a Deacom instance using username/password, or MFA, and obtain a session token for downstream calls.

Manufacturing

GET/production_jobs

List production jobs with filters for status, item, work center, and date range, including lot and catch-weight details.

Manufacturing

POST/finish_job

Record a production job finish, posting finished lots, consumed inputs, and costs back through Deacom's business rules.

Inventory

GET/inventory

Retrieve inventory items, lots, locations, and on-hand quantities across warehouses with adjustment history.

Sales

GET/sales_orders

Pull sales orders, line items, customers, and shipment status with filters for order state and date.

Sales

POST/create_sales_order

Create a new sales order with customer, line items, pricing, and shipping details against configured products.

Use Cases

Sync production and lot traceability data

- Pull production jobs, work orders, and finished lots into a single warehouse - Stream lot genealogy and catch-weight events to downstream traceability and recall tools - Reconcile raw material consumption against bills of materials and formulas

Automate inventory and warehouse workflows

- Sync on-hand inventory, lots, and locations across warehouses in near real time - Push inventory adjustments and cycle-count results back into Deacom - Surface low-stock and reorder signals to replenishment and MRP processes

Connect sales and purchasing to external systems

- Create and update sales orders from ecommerce and CRM without portal entry - Sync purchase orders, vendors, and receipts into procurement and AP tooling - Reconcile invoices, payments, and job costs against the general ledger

Streamline quality and compliance reporting

- Pull quality checks, specifications, and Certificates of Analysis for downstream QMS - Attach lab and equipment results to the correct lot and job - Export audit-ready documentation for GMP, FDA, SQF, and FSMA workflows

Technical Specifications

Authentication

Username/password and MFA handled in a managed session

Connectivity

Authenticated sessions plus Deacom's RESTful web service surfaces where exposed by the deployment

Response format

Normalized JSON across production, inventory, sales, purchasing, quality, and financial objects

Rate limits

Adaptive throttling tuned to your instance to avoid server-side limits

Session management

Automatic session refresh, MFA replay handling, and credential rotation

Data freshness

Near real-time pulls for jobs, inventory, and orders with optional scheduled batch syncs

Security

Encrypted credential vault, scoped access tokens, SOC 2-aligned controls, and audit logging

Webhooks

Event-style callbacks for job finishes, inventory adjustments, order status, and quality results

Latency

Sub-second reads on cached entities; multi-second writes when posting through job and order workflows

Throughput

Horizontally scaled workers sized to batch-manufacturing transaction volume

Reliability

Retry, backoff, and idempotency keys for job finishes, inventory adjustments, and order writes

Adaptation

Continuous monitoring of Deacom releases and customer-specific configuration drift

Frequently asked questions

No. Supergood works against your existing Deacom instance and authenticated sessions, so you don't have to wait on a fee-based, customer-specific integration build to get programmatic access to your data.

Yes. Production, inventory, and quality records are normalized with their lot, catch-weight, and effective-date semantics intact, so genealogy and traceability stay accurate across reads and writes.

Yes. Supergood routes writes through the same authenticated surfaces that Deacom's Central Business Rules layer governs, preserving costing, compliance, and inventory state rather than bypassing it.

Coverage spans manufacturing, supply chain, inventory and warehouse, sales and purchasing, quality, and financials. The exact surface depends on the modules you license and your Deacom version, which we confirm during the assessment.

Yes. Supergood adapts to your hosting model, operating against the same authenticated surfaces with network configuration tuned to your environment.

Ready to get a real API?