Overview
This is a summary list (query) with totals per
-
Item No.
-
Lot
-
Closing Type
-
Variant
The API returns the total quantity for the dimensions above.
|
Endpoint name |
|
|
Source table |
|
|
Fixed view |
The endpoint only lists item that are not in inventory any more, so there is a fixed filter on non-empty Closing Type:
|
|
Requests allowed |
GET |
|
Object Type |
|
Data
Field List
|
Property |
Type |
Format |
Description |
|
|
|---|---|---|---|---|---|
|
1 |
|
string |
|
Item number. |
|
|
2 |
|
string |
|
Lot identifier. |
|
|
3 |
|
string |
|
Closing type for the ledger entry. |
|
|
4 |
|
string |
|
Item type. |
|
|
5 |
|
string |
|
Variant code, if applicable. |
|
|
6 |
|
number |
|
Total quantity. |
|
|
7 |
|
string |
|
Unit of measure for the quantity. |
|
|
8 |
|
number |
|
Total number of trade items. |
|
|
9 |
|
string |
|
Unit of measure for trade items. |
|
|
10 |
|
number |
|
Total weight. |
|
|
11 |
|
string |
|
Item description. |
|
Example Object
{
"itemNo": "100",
"lot": "L26-001",
"closingType": "Usage",
"itemType": "Raw Material",
"variantCode": "",
"quantity": 100,
"unitOfMeasure": "KG",
"tradeItems": 100,
"tradeItemUnitOfMeasure": "KG",
"weight": 100,
"itemDescription": "Cod (raw material catch)"
}
Usage
Totals for all lots of a selected Item
To get all lots, both in stock and gone, for item 70064:
???