Dev Docs

Item Groups API

With this import, all necessary item groups that contain items can be imported. Each item can have assignments with different item groups.

If you need more information about item groups, please have a look for the user documentation.

Endpoint

The importconfigkey for the simple item group import is defaultimportitemgroupsV1.

Body

The valid json looks like that:

[
{
"_id": "{{__id}}",
"itemGroupId": "{{itemGroupId}}",
"itemGroupName": {
"i18nVariants": {
"de_DE": "{{name_de_de}}"
}
},
"itemGroupParent": "{{itemGroupParent}}"
}
]

Definition

Field

Type

Sample

Description

__id

"NNNNN" - string

"12345" or "ABC-123"

The internal, unique ID for the item group.

itemGroupId

"NNNNN" - string

"12345" or "ABC-123"

The unique ID for the item group, visible in the management console.

itemGroupName

"TEXT" - string

"Daily Newspapers"

The name of the item group.

itemGroupParent

"NNNNN" - string

"12345" or "ABC-123"

The ID of the parent item group.

Postman Collection

To have a quickstart, please download the postman ressources:

  • Postman Collection for Item Groups Import - DOWNLOAD

  • Postman Environment for Item Groups Import - DOWNLOAD