merit_list_items
Find Merit Aktiva items using filters for code, description, type, usage, or ID. Add a location code to show on-hand quantities.
Instructions
List/search Merit Aktiva items (POST /api/v1/getitems). id wins over other filters; code and description are broad (partial) matches. usage: 1 = sales, 2 = purchases, 3 = both. type: 1 = stock, 2 = service, 3 = item. locationCode adds inventory qty.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Item GUID (ignores other filters when set) | |
| code | No | Item code (partial match) | |
| type | No | 1 = stock, 2 = service, 3 = item | |
| usage | No | 1 = sales, 2 = purchases, 3 = both | |
| description | No | Item name/description (partial match) | |
| locationCode | No | Stock location code (adds on-hand qty) |