For the complete documentation index, see llms.txt. This page is also available as Markdown.

Item Group

The ItemGroup object represents a group of items.

Field
Type
Description

id

string, core

(Read-only) The ID of the item group.

name

string, core

The name of the group.

label

string

The label that is displayed in the wizard steps selector.

description

string

A description of the group.

displayOrder

integer

Defines the display order of the group.

default

boolean

Marks the default item group.

multiple

boolean

Allows multiple selection of items.

required

boolean

Requires the selection of an item in the group.

itemCount

integer

(Read-only) Number of items in the group.

product

object

Represents the product object.

Example

ITEM GROUP OBJECT
	{
	    "id": "IGR-6790-8304-0001",
	    "name": "Items",
	    "label": "Select items",
	    "description": "<p><span>Your purchase of Microsoft 365 Online Services comes with SoftwareOne’s best-in-class Digital Workplace Essentials service offering.",
	    "displayOrder": 100,
	    "default": true,
	    "multipleChoice": false,
	    "required": true,
	    "product": {
	        "id": "PRD-6790-8304-0171"
	    }
	}

Last updated

Was this helpful?