Datamingle API
A REST API for pushing and pulling orders, inventory, locations, and products.
You don't need to configure anything to start using it. Create an API key in the dashboard, send a request with our standard payload shape, and you're done. Most integrations never need more than that.
If your ERP or e-commerce platform sends data in a different shape, Custom Integrations lets you map your fields to ours without touching your integration code — but it's optional.
Base URL
https://<your-tenant>.datamingle.ai/api/integrations/v1/
What you can do
| Resource | Base path | Supports |
|---|---|---|
| Orders | /api/integrations/v1/orders/ | Create, list, retrieve, update, cancel |
| Inventory | /api/integrations/v1/inventory/ | Bulk upsert, list, retrieve by location or SKU |
| Locations | /api/integrations/v1/locations/ | Create, list, retrieve, update, deactivate |
| Products | /api/integrations/v1/products/ | Create, list, retrieve, update, deactivate |
Start here
- Quick Start — create a key and send your first request in two minutes.
- API Reference — every endpoint, every field.
- Errors — the handful of error codes you need to handle.
Need more?
- Custom Integrations — use your own field names, pick a partner template (Acumatica, SAP, Shopify, …), customize identifiers.
- Platform Standards — rate limits, pagination, idempotency, versioning, dates, security.
- Changelog · Support