Overview
The is a light-weight list of Items. No data update allowed. For updating or for viewing details use itemDetails.
|
Endpoint name |
|
|
Source table |
|
|
Fixed view |
The pages has a fixed filter on non-blocked items. |
|
Requests allowed |
GET |
|
Primary key |
|
|
Record ID |
|
|
Procedures |
None |
Data
Field List
|
Property |
Type |
Max Len |
Description |
|
|
|---|---|---|---|---|---|
|
1 |
|
string (uuid) |
|
|
|
|
2 |
|
string |
20 |
Item No. |
Record ID primary key |
|
3 |
|
string |
50 |
Item Description |
|
|
4 |
|
enum |
|
Options:
|
|
|
5 |
|
string |
30 |
|
|
|
6 |
|
string |
|
Blank if it is a standard item, if not blank, it is a “trade item”. Options:
|
|
|
7 |
|
string |
20 |
|
|
|
8 |
|
string |
10 |
|
|
|
9 |
|
string |
20 |
|
|
|
10 |
|
enum |
|
Options:
|
|
|
11 |
|
string |
10 |
|
|
|
12 |
|
string |
10 |
|
|
|
13 |
|
string |
10 |
|
|
|
14 |
|
string |
10 |
|
|
|
15 |
|
decimal |
|
|
|
|
16 |
|
boolean |
|
|
|
|
17 |
|
decimal |
|
|
|
|
18 |
|
string (datetime) |
|
|
|
Example Object
{
"@odata.etag": "W/\"JzE5OzYxMTk1NDU1MTEzNzI1MjAzNDQxOzAwOyc=\"",
"number": "70079",
"systemId": "473e5d0f-f6a8-f011-b027-fa32451b10aa",
"description": "Cod fillets (3 kg box)",
"packageDescriptionType": "Trade Item",
"packageDescription": "1 x 3kg",
"tradeItemType": "Product",
"itemCategoryCode": "",
"rawMaterialReportingCode": "001",
"inventoryPostingGroup": "RESALE",
"status": " ",
"baseUnitOfMeasure": "KG",
"tradeItemUnitOfMeasure": "BOX",
"palletUnitOfMeasure": "PALLET",
"weightUnitOfMeasure": "KG",
"unitPrice": 0,
"priceIncludesTax": false,
"unitCost": 0,
"lastModified": "2025-12-17T16:22:57.803Z"
}
Usage
The following are just some examples of usage.
Read all entries
GET
.../items
Read all entries with a filter
GET
.../items?$filter=itemCategoryCode eq 'FISH'
This request would return all Items in the Item Category called FISH.