Breadcrumbs

API - Item Categories


Overview

The list page that contains the Processing Stages.

Endpoint name

itemCategories

Source table

Item Category

Fixed view


Requests allowed

GET, POST, PATCH, DELETE

Primary key

Code

Record ID

code

Procedures

None


Data

Field List

Property

Type

Max Len

Description


systemId

string (UUID)


System ID. This is really not needed because the code is the record ID.

non-editable

code

string 

20

The unique id of this entry.

Record ID

primary key

description

string

100

The description of this item category.

mandatory

parentCategory

string

20

If this is a child categories, this is the parent category code.

optional

wisefishUsage

enum


Options:

  • Pallet

  • Lot

optional

hasChildren

boolean


Tells if this category has children or not.

non-editable

indentation

integer



non-editable

presentationOrder

integer


An integer that controls the presentation within BC.

non-editable

lastModified

string (datetime)



non-editable


Example Object

An example of one object :

JSON
{
    "@odata.etag": "W/\"JzE5OzMyODI2NzAwMjMyMjI0Mzk3OTgxOzAwOyc=\"",
    "code": "FISH-PROD",
    "systemId": "33434031-7a14-f011-b01f-bdbc04fc3978",
    "description": "Finished fish products",
    "parentCategory": "FISH",
    "wisefishUsage": " ",
    "hasChildren": false,
    "indentation": 1,
    "presentationOrder": 7500,
    "lastModified": "2025-04-08T13:05:52.293Z"
}