> For the complete documentation index, see [llms.txt](https://docs.platform.softwareone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platform.softwareone.com/developer-resources/rest-api/catalog-api/item-group.md).

# Item Group

The ItemGroup object represents a group of items.

<table><thead><tr><th width="187">Field</th><th width="164">Type</th><th>Description</th></tr></thead><tbody><tr><td><code>id</code></td><td>string, <a data-footnote-ref href="#user-content-fn-1">core</a></td><td>(Read-only) The ID of the item group. </td></tr><tr><td><code>name</code></td><td>string, core</td><td>The name of the group.</td></tr><tr><td><code>label</code></td><td>string</td><td>The label that is displayed in the wizard steps selector.</td></tr><tr><td><code>description</code></td><td>string</td><td>A description of the group.</td></tr><tr><td><code>displayOrder</code></td><td>integer</td><td>Defines the display order of the group.</td></tr><tr><td><code>default</code></td><td>boolean</td><td>Marks the default item group.</td></tr><tr><td><code>multiple</code></td><td>boolean</td><td>Allows multiple selection of items.</td></tr><tr><td><code>required</code></td><td>boolean</td><td>Requires the selection of an item in the group.</td></tr><tr><td><code>itemCount</code></td><td>integer</td><td>(Read-only) Number of items in the group.</td></tr><tr><td><code>product</code></td><td>object</td><td>Represents the <a href="/pages/CeDNDt5ij1heXLy3ADoZ"><code>product</code> </a>object.</td></tr></tbody></table>

## Example

{% code title="ITEM GROUP OBJECT" overflow="wrap" lineNumbers="true" %}

```json
	{
	    "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"
	    }
	}
```

{% endcode %}

[^1]: **Core** indicates the field is part of the base object schema. This is not the same as “required”.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.platform.softwareone.com/developer-resources/rest-api/catalog-api/item-group.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
