Docs

List Products

List Products in Erply, with optional filters.

GET

Query

Arguments
number

Get all items that have been ADDED AND/OR CHANGED since a specific point in time. Use this field for synchronizing product database. Must be a UNIX timestamp (integer)

string

Filter by product type. You can specify multiple product types. Note that matrix variations (specific colors and sizes of a matrix product) are regular products; there is no separate type for those. To include or exclude matrix variations, please see the next filter: `includeMatrixVariations`

string

Product status, possible statuses are 'ACTIVE', 'NO_LONGER_ORDERED', 'NOT_FOR_SALE' and 'ARCHIVED'.

string

Specify warehouse ID to: 1) retrieve inventory quantities of selected products only in one specific warehouse. If not set, API will return inventory quantities for every warehouse. For performance reasons, it is recommended to always set this parameter if you do not need information about all warehouses simultaneously. 2) retrieve price list prices in one specific location. 3) retrieve POS quick select buttons for one specific location (quickPosProducts = 1)

string

Search for a product by name, exact matches only.

string

Search for a product by code, exact matches only. For more sophisticated product search options, use the input parameters 'findBestMatch' or 'searchNameIncrementally'

string

Retrieve one specific product by it's ID.

string

Retrieve specific products. Here you may enter multiple product IDs.

string

Search from product name, product code, EAN / UPC, code3, supplier code, code5, code6, code7, or code8.

boolean

This filter is for retrieving or excluding matrix variations (specific colors or sizes of a matrix product). By default, variations are included.

boolean

Toggle on to retrieve inventory quantities for selected products.

boolean

Toggle on to retrieve price list prices.

boolean

Toggle on to retrieve only the products that are in stock at specific location.

string

The default value is 'changed'. Other accepted values are: 'name', 'code', 'productID', 'price', 'parentProductID', 'changed' or 'added'.

string

By default, items are sorted in descending order. Set the sort direction of the returned results: 'asc' (ascending order) or 'desc' (descending order).

PaginationRequest a specific window of rows with limit and offset. Learn more
number

Maximum number of rows to return.

number

Number of rows to skip.

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.