Item Group

The ItemGroup object represents a group of items.

Field Name
Data Type
Description

id

string

The ID of the item group.

Example: "IGR-6790-8304-0001"

href

string

A relative reference to object on API (always /products/{product-id}/item-groups/{id})

Example: "/products/PRD-6790-8304/item-groups/IGR-6790-8304-0001"

name

string

The name of the group.

Example: Items

label

string

The label displayed in the wizard steps selector.

Example: Select items

description

string

A description of the group.

Example: "<p><span>Your purchase of Microsoft 365 Online Services comes with SoftwareOne’s best-in-class Digital Workplace Essentials service offering includes. </span></p><p><br></p><p><span>In addition to this offering, you can add SoftwareOne’s backup service to your purchase. For more information on this service, click </span><a href="www.google.pl" ><span >here</span></a><span>.</span></p>"

displayOrder

integer

Defines the display order of the group.

Example: 100

default

boolean

Marks the default item group.

Example: true

multiple

boolean

Allows multiple selection of items.

Example: false

required

boolean

Requires selection of item in the group.

Example: true

itemCount

integer

The number of items in the group.

Example: 5

product

object

A reference to the product object.

Example response

{
    "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 includes.",
    "displayOrder": 100,
    "default": true,
    "multipleChoice": false,
    "required": true,
    "product": {
        "id": "PRD-6790-8304-0171"
    }
}

Last updated

Was this helpful?