Breadcrumbs

API - Item Variants


Overview

The list page that contains the item units of measure codes.

Endpoint name

itemVariants

Source table

Item Variant

Fixed view

No filter

Requests allowed

GET, POST, PATCH, DELETE

Primary key

itemNo, code

Record ID

systemId

Procedures

None


Data

Field List

Property

Type

Max Len

Description


1

systemId

string uuid


SystemId

Record ID

2

itemNo

string

20

Item No.

primary key

Mandatory

3

code

string

10

Code of this variant

primary key

Mandatory

4

description

string


Description of this variant

recommended

5

tradeItemUnitOfMeasure

string

10

Trade Item unit of measure for this variant.

Mandatory

6

qualityGrade

string

10

Size Grade

optional

7

sizeGrade

string

10

Size Grade

optional

8

itemId

string uuid


The systemId of the Item. This is shown here to make possible to use the standard API for Item.

non-editable

9

itemType

string


Trade Item Type. Inherited from the Item card. Options: RawMat, WIP and Product

non-editable

10

lastModified

date-time utc


SystemModifiedAt

non-editable

Example Object

JSON
{
    "@odata.etag": "W/\"JzE5OzU2MzExMTA5OTE1NTY5NTIyMjcxOzAwOyc=\"",
    "systemId": "824110c9-4c03-f011-b01d-ffa54ac57a8e",
    "itemNo": "70070",
    "itemId": "e3fe3205-4903-f011-b01d-ffa54ac57a8e",
    "code": "SV-0003",
    "description": "Size group: Big",
    "itemType": "Raw Material",
    "tradeItemUnitOfMeasure": "KG",
    "qualityGrade": "",
    "sizeGrade": "BIG",
    "lastModified": "2025-05-06T10:25:34.5Z"
}