Create new item groups

🔐 This endpoint requires authentication.

Create new item groups. If the item groups already exist, they will be skipped..

Related content


Query Params
string
required
length between 1 and 100

The key of the index to use.

string
length between 1 and 100

The section of the index to use. Defaults to Products.

string
length between 1 and 100

The id of the client and version that the request is coming from, such as cio-js-2.90.

Body Params
item_groups
array of objects
required
length ≥ 1
Item Groups*
data
object

Object containing additional data, that should be attached to this item group. The maximum size of data object is limited to 5kb. The average size of data objects for all ingested item groups should not exceed 1kb.

string
required
length between 1 and 200

Id of the item group.

string
required
length between 1 and 500

Item group display name.

children
array of objects

A list of item groups categorized under the current item group.

Children
Responses

400

Validation Error

401

Credentials are not passed or action is forbidden

429

Rate limit breached

Language
Credentials
:
Request