DEAR Systems

DEAR Inventory is a comprehensive inventory control application positioned as a complete back end management system with product planning, cost and development, manufacturing, sales, shipping and payment features.

Go to site
Explore
/
Apps
/
DEAR Systems

DEAR Systems API Integrations

Build and run workflows using the DEAR Systems API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

With the DEAR Systems API, you can build a range of applications that can automate your business processes. Below are some examples of what you can build:

  • An application to automatically generate invoices and send them to customers
  • A system to track inventory levels and send alerts when levels are low
  • An app to manage sales orders and send shipping notifications
  • A tool to streamline your purchasing process by integrating with supplier systems
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    dear: {
      type: "app",
      app: "dear",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://inventory.dearsystems.com/ExternalApi/v2/me`,
      headers: {
        "api-auth-accountid": `${this.dear.$auth.account_id}`,
        "api-auth-applicationkey": `${this.dear.$auth.application_key}`,
        "Content-Type": `application/json`,
      },
    })
  },
})

Choose an API to Connect with DEAR Systems API

1
-
12
of
1000+
apps by most popular

Send Message (Advanced) with Discord Webhook API on New Authorized Sale Order from DEAR Systems API
DEAR Systems + Discord Webhook
 
Try it
Get Film with SWAPI - Star Wars API on New Authorized Sale Order from DEAR Systems API
DEAR Systems + SWAPI - Star Wars
 
Try it
Delete Record with Airtable API on New Authorized Sale Order from DEAR Systems API
DEAR Systems + Airtable
 
Try it
Custom Request with HTTP / Webhook API on New Authorized Sale Order from DEAR Systems API
DEAR Systems + HTTP / Webhook
 
Try it
Create Image with OpenAI (ChatGPT) API on New Authorized Sale Order from DEAR Systems API
DEAR Systems + OpenAI (ChatGPT)
 
Try it
New Authorized Sale Order from the DEAR Systems API

Emit new event when a sale order is created and authorized

 
Try it
New Product from the DEAR Systems API

Emit new event when a product is created

 
Try it

Authentication

DEAR Systems uses API keys for authentication. When you connect your DEAR Systems account, Pipedream securely stores the keys so you can easily authenticate to DEAR Systems APIs in both code and no-code steps.

To use the API you will need your DEAR Account ID and API Application key. These can be created on the API setup page inside DEAR Inventory application.