Skip to main content
Version: Next (unreleased)

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

ResourceBase pathSupports
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

  1. Quick Start — create a key and send your first request in two minutes.
  2. API Reference — every endpoint, every field.
  3. Errors — the handful of error codes you need to handle.

Need more?