# DEAR Systems

## Functions

The following list of functions are available in the DEAR Systems system:

### GetFulfillment

### GetProduct

### GetProductAvailability

### GetPurchase

### GetPurchaseList

### GetPurchaseOrder

### GetPurchaseOrderSkus

### GetSaleList

### PostInventoryStockLevels

### PostItemArrivals

### PostProduct

### PostPurchaseOrder

### PostSaleOrder

### PostSaleUpdate

### PostShipment

### PostShipmentUpdate

### PostSupplier

{% hint style="warning" %}
Functions lists are expanding weekly, this list was accurate at the date of publishing.
{% endhint %}

## Settings

The following settings below are optional for DEAR Systems integrations.

We have implemented the filters by prefix. You need to add the prefix of the function that you are using for the filter that you want to apply.

&#x20;For example, if you are using the function Purchase, the filter settings will look like:

```
Purchase_Status="PROCESSING"
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.highcohesion.com/creating-streams/systems/system-library/dear-systems-integration-functions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
