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.
The importconfigkey for the simple item group import is defaultimportitemgroupsV1
.
The valid json looks like that:
[
{
"_id": "{{__id}}",
"itemGroupId": "{{itemGroupId}}",
"itemGroupName": {
"i18nVariants": {
"de_DE": "{{name_de_de}}"
}
},
"itemGroupParent": "{{itemGroupParent}}"
}
]
Field | |
| Type: "NNNNN" - string Sample: "12345" or "ABC-123" Description: The internal, unique ID for the item group. |
| Type: "NNNNN" - string Sample: "12345" or "ABC-123" Description: The unique ID for the item group, visible in the management console. |
| Type: "TEXT" - string Sample: "Daily Newspapers" Description: The name of the item group. |
| Type: "NNNNN" - string Sample: "12345" or "ABC-123" Description: The ID of the parent item group. |
To have a quickstart, please download the postman ressources:
Postman Collection for Item Groups Import - DOWNLOAD
Postman Environment for Item Groups Import - DOWNLOAD