Docs

Get Product Stock

Retrieve your Erply inventory — quantities on hand, reserved amounts, Reorder Points and Restock Levels, FIFO costs, and most recent purchase prices.

GET

Query

Arguments
string

ilter products by status: ACTIVE, NO_LONGER_ORDERED, NOT_FOR_SALE, ACTIVE_AND_NOT_FOR_SALE, ARCHIVED, or ALL_EXCEPT_ARCHIVED. The last one returns all non-archived items (ie. items that are active, not for sale or no longer ordered). IF you are building a Stock Replenishment Report, ACTIVE_AND_NOT_FOR_SALE is the recommended option. It returns all items that can be ordered, skipping archived products and those marked as "not ordered any more".

number

If this parameter is omitted, then the total stock will be returned. Don't omit the warehouseID when syncing stock amounts, instead use the "Sync Total Product Stock" action.

number

The Product ID to retrieve stock info for. (optional)

string

Retrieve stock for specific products. If you just want stock for a single item use the 'ProductID' parameter.

number

Retrieve variations of this matrix product.

boolean

When toggled on, also returns reserved amounts.

boolean

When toggled on - offline warehouses are not included in the result. This parameter should be used, when warehouseID is not set.

number

Must be a UNIX timestamp. Get only items for which the amount on hand has recently changed since a specified time. Example: Use: '1748045958' to retrieve changes since "Sat May 24 2025 00:19:18 GMT+0000"

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.