MRPeasy is a cloud manufacturing ERP for small manufacturers, unifying production planning, inventory, procurement, sales, MES shop-floor reporting, and finances in one system. An unofficial API lets you programmatically pull items, bills of materials, stock/inventory, customer orders, manufacturing orders, purchase orders, and suppliers—and push updates like new orders, production batches, and inventory adjustments back into MRPeasy.

MRPeasy is a cloud manufacturing ERP/MRP platform built for small manufacturers, typically with 10–200 employees. It unifies production planning, inventory management, procurement, sales, workforce management, a manufacturing execution system (MES) for shop-floor reporting, and finances in a single system—so manufacturers can plan production, track stock and bills of materials, schedule jobs, and manage purchasing and orders end to end.
Core product areas include:
Common data entities:
Manufacturers run daily production, inventory, and purchasing on MRPeasy, but turning that into reliable, programmatic automation comes with friction:
Supergood wraps MRPeasy's REST API and authenticated surfaces into a resilient, normalized API layer for your account—handling credentials, pagination, and status semantics so you integrate once and rely on consistent objects.
Use MRPeasy with AI agents: MRPeasy MCP Server →
Book a 30-minute session to confirm your modules, custom fields, and API credentials.
We deliver a production-ready MRPeasy adapter tailored to your account configuration and entities.
Go live with continuous monitoring and automatic adjustments as MRPeasy evolves.
Authentication
/authenticateAuthenticate to an MRPeasy account using API key and secret (HTTP Basic) and establish a managed session for downstream calls.
Inventory
/stock/inventoryList stock items with on-hand quantities and costs; supports point-in-time queries by date and lookups by article.
Items
/itemsRetrieve items/articles with bills of materials, units of measure, and product details.
Sales
/customer-ordersList customer orders with line items, status, shipments, and fulfillment details.
Production
/create_manufacturing_orderCreate a manufacturing order against a product's BOM and routing, scheduling operations and material consumption.
Procurement
/purchase-ordersPull purchase orders, suppliers, and receipt status for procurement and reconciliation workflows.
- Pull stock items, on-hand quantities, and costs into a warehouse or BI tool - Mirror bills of materials and routings for planning and costing systems - Stream date-aware inventory adjustments to keep external records accurate
- Create and schedule manufacturing orders from external demand signals - Track operation status and material consumption back to ERP and MES dashboards - Trigger downstream alerts on production status changes via webhooks
- Sync customer orders, quotes, and shipments into CRM and e-commerce platforms - Push new orders from storefronts (Shopify, Amazon, WooCommerce) into MRPeasy - Reconcile fulfillment status across systems without manual entry
- Pull purchase orders and supplier records into AP and reconciliation tools - Surface requirements and reorder points to procurement workflows - Match receipts and costs against inventory adjustments
Authentication
HTTP Basic auth with API key and confidential API secret, managed in an encrypted credential vault
Connectivity
MRPeasy REST API (api.mrpeasy.com/rest/v1) plus authenticated surfaces, normalized through Supergood
Response format
Normalized JSON across items, inventory, customer orders, manufacturing orders, and purchase orders
Rate limits
Adaptive throttling and pagination tuned to your account to avoid disrupting production workloads
Session management
Managed credential handling, automatic retry of Basic-auth requests, and secret rotation
Data freshness
Near real-time pulls with date-aware inventory queries and optional scheduled batch syncs
Security
Encrypted credential vault, scoped access, SOC 2-aligned controls, and audit logging
Webhooks
Status-change callbacks for customer orders, manufacturing orders, purchase orders, and shipments, augmented with polling
Latency
Sub-second reads on cached entities; multi-second writes when posting orders and production batches
Throughput
Horizontally scaled workers sized to catalog, order, and inventory volume
Reliability
Retry, backoff, and idempotency keys for order creation and inventory adjustments
Adaptation
Continuous monitoring of MRPeasy API releases and account-specific configuration drift
MRPeasy's REST API uses HTTP Basic authentication with an API key and a confidential API secret, both generated in Settings → Integration → API access. Supergood stores these in an encrypted vault and handles request signing and rotation for you.
You can read and write items, bills of materials, stock/inventory, customer orders, manufacturing orders, purchase orders, suppliers, and shipments. Supergood normalizes these into consistent objects across the platform.
Yes. MRPeasy exposes point-in-time stock inventory by date and by article. Supergood handles these date-aware queries so you can reconcile on-hand quantities and costs at any point.
MRPeasy emits status-change webhooks for customer orders, manufacturing orders, purchase orders, and shipments. Supergood combines these with smart polling so you never miss updates on entities that do not emit events.
Each account's custom fields, units of measure, BOM structures, and routings are preserved. Supergood profiles your configuration rather than forcing a generic schema, so integrations stay accurate across updates.