items
The `items` object — endpoints, fields, and filters.
List items
Endpoints
GET /v1/items— list (keyset-paginated)GET /v1/items/{id}— get one
Fields
| Field | Type | Nullable |
|---|---|---|
id | string | no |
description | string | yes |
shortName | string | yes |
classId | string | yes |
type | string | yes |
tracking | string | yes |
uomScheduleId | string | yes |
standardCost | string | yes |
currentCost | string | yes |
genericDescription | string | yes |
inactive | boolean | no |
modifiedAt | string | yes |
Filters
| Filter | Type |
|---|---|
q | string |
classId | string |
updatedSince | string (date-time) |