This is a catch-all provider — any valid URL under
https://api.mrpeasy.com/rest/v1 is supported. Any MRPeasy v1 REST endpoint. Construct URL as https://api.mrpeasy.com/rest/v1/{path}. Common roots: manufacturing-orders, customer-orders, customers, items (stock items), stock/inventory, boms, routings, work-centers, purchase-orders, vendors, invoices, shipments, lots, serials, rma, units, product-groups, relations, report/production/*, report/crm/shipped. Pagination uses the Range request header (e.g. “range: items=0-99”); responses carry a Content-Range header. Default page size is 100, max 1000 — pass a small range (e.g. “range: items=0-9”) to keep list responses small. Date fields are Unix timestamps (integers). Multi-value filters use array syntax, e.g. ?status[]=10&status[]=20. Rate limit: 1 concurrent request, max 100 requests per 10s, per user key. Requires the user account to be on the Unlimited plan. The endpoints below are curated examples.Endpoints
List manufacturing orders (production orders)
GEThttps://api.mrpeasy.com/rest/v1/manufacturing-orders — Free
- SDK
- cURL
Get a single manufacturing order by id
GEThttps://api.mrpeasy.com/rest/v1/manufacturing-orders/{id} — Free
- SDK
- cURL
Create a manufacturing order for a product (article_id), quantity, and responsible user
POSThttps://api.mrpeasy.com/rest/v1/manufacturing-orders — Free
- SDK
- cURL
Update an existing manufacturing order by id
PUThttps://api.mrpeasy.com/rest/v1/manufacturing-orders/{id} — Free
- SDK
- cURL
Cancel (delete) a manufacturing order by id
DELETEhttps://api.mrpeasy.com/rest/v1/manufacturing-orders/{id} — Free
- SDK
- cURL
List customer (sales) orders
GEThttps://api.mrpeasy.com/rest/v1/customer-orders — Free
- SDK
- cURL
Create a customer (sales) order for a customer with one or more product lines
POSThttps://api.mrpeasy.com/rest/v1/customer-orders — Free
- SDK
- cURL
List stock items (products and materials)
GEThttps://api.mrpeasy.com/rest/v1/items — Free
- SDK
- cURL
Create a stock item (a product or a raw material)
POSThttps://api.mrpeasy.com/rest/v1/items — Free
- SDK
- cURL
List inventory: on-hand quantities and costs per stock item
GEThttps://api.mrpeasy.com/rest/v1/stock/inventory — Free
- SDK
- cURL
List bills of materials
GEThttps://api.mrpeasy.com/rest/v1/boms — Free
- SDK
- cURL
List purchase orders (procurement)
GEThttps://api.mrpeasy.com/rest/v1/purchase-orders — Free
- SDK
- cURL
List customers
GEThttps://api.mrpeasy.com/rest/v1/customers — Free
- SDK
- cURL
Create a customer
POSThttps://api.mrpeasy.com/rest/v1/customers — Free
- SDK
- cURL
Next Steps
All Providers
Browse all supported AI providers
Forward Proxy
Learn how to construct proxy URLs and authenticate requests