Returns an array of product priority groups.
Priority groups are a way of categorizing your product database, and several API calls support filtering by priority group.
Products can additionally be organized into groups (getProductGroups
, hierarchical), categories (getProductCategories
, hierarchical), and brands (getBrands
, a flat list).
Parameter name | Description | Possible value | Required |
---|---|---|---|
changedSince | Retrieve only items that have been added or modified since the specified timestamp. Use it to keep a local database in sync with Erply. | Integer (Unix timestamp) | |
recordsOnPage | Number of records API should return. By default 20, at most 100. | integer | |
pageNo | API returns at most recordsOnPage items at a time. To retrieve the next recordsOnPage items, send a new request with pageNo incremented by one. By default, API returns "page 1". | integer |
Field name | Type | Description |
---|---|---|
priorityGroupID | integer | |
priorityGroupName | string | |
added | integer | Unix timestamp. Creation time. |
lastModified | integer | Unix timestamp. Last modification time. |