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

Format

Description


1

systemId

string

uuid

SystemId

Record ID

2

itemNo

string

max 20

Item No.

primary key

Mandatory

3

code

string

max 10

Code of this variant

primary key

Mandatory

4

description

string


Description of this variant

recommended

5

tradeItemUnitOfMeasure

string

max 10

Trade Item unit of measure for this variant.

Mandatory

6

qualityGrade

string

max 10

Size Grade

optional

7

sizeGrade

string

max 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

string

date-time

SystemModifiedAt

non-editable

Example Object

JSON
{
    "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"
}