Overview
DEAR Inventory (now Cin7 Core) is inventory + manufacturing software. Connector covers products, stock, sales, purchases, BOMs, warehouses.
- Regions: Global.
- Plans: Paid plans.
Setting up the connection
Auth type: API Key.
- DEAR → Integration & API → Add Application → Account ID + Application Key.
- In Automize → Settings → Connectors → DEAR Inventory. Paste both.
Find your credentials at https://inventory.dearsystems.com/.
Rate limits
60 req/min.
Data model
Inventory + manufacturing:
Account ─┬─ Products (assemblies + raw + finished)
├─ Sales Orders
├─ Purchase Orders
├─ Stock Adjustments
├─ BOMs (bills of materials)
└─ WarehousesAvailable operations
12 operations available. Click any row to jump to its detail.
| Operation | Category | What it does |
|---|---|---|
| Create Product | General | Create a new product |
| Create Purchase | General | Create a new purchase |
| Create Sale | General | Create a new sale |
| Get Product | General | Get product by ID |
| Get Sale | General | Get sale details by ID |
| List Customers | General | List all customers |
| List Products | General | List all products |
| List Purchases | General | List all purchases |
| List Sales | General | List all sales |
| List Stock | General | List stock on hand |
| List Suppliers | General | List all suppliers |
| List Warehouses | General | List all warehouses |
Operations
Create Product
Create a new product
| Parameter | Required | Type | Description |
|---|---|---|---|
Name Name | Yes | text | |
Sku SKU | Yes | text | |
Category Category | Yes | text | |
Type Type | Yes | text |
Create Purchase
Create a new purchase
| Parameter | Required | Type | Description |
|---|---|---|---|
Supplier Supplier | Yes | text | |
Lines Lines | Yes | text |
Create Sale
Create a new sale
| Parameter | Required | Type | Description |
|---|---|---|---|
Customer Customer | Yes | text | |
Lines Lines | Yes | text |
Get Product
Get product by ID
| Parameter | Required | Type | Description |
|---|---|---|---|
Product Id product_id | Yes | text |
Get Sale
Get sale details by ID
| Parameter | Required | Type | Description |
|---|---|---|---|
Sale Id sale_id | Yes | text |
List Customers
List all customers
No input parameters.
List Products
List all products
No input parameters.
Tips
- Filter by Category, SKU.
List Purchases
List all purchases
No input parameters.
List Sales
List all sales
No input parameters.
List Stock
List stock on hand
No input parameters.
List Suppliers
List all suppliers
No input parameters.
List Warehouses
List all warehouses
No input parameters.
FAQ
- DEAR vs Cin7 Core?
- Same product – renamed to Cin7 Core in 2024. APIs preserved during transition.