v1
latestOpenAPI 3.1.02026-07-241765501.1 MBItem groups
Update item groups
🔐 This endpoint requires HTTP authentication (either Basic or Bearer). For authenticating with Bearer token, required scopes are: catalog(w).
Update existing item groups data. Data included in the request will be merged with data of the existing items groups. Returns an identifier for a background task.
patch/v2/item_groups
Query parameters
keystring required
The key of the index to use.
Example:key_K2pX7vBnU0bgA5xp
cstring
The ID of the client and version that the request is coming from, such as cio-js-2.90.
Example:cio-js-2.90
forceboolean
A flag to process the catalog even if it will invalidate a large part of existing data. Defaults to False.
notification_emailstring[]
The email address(es) to send a notification to if the task fails. Multiple addresses may be specified for multiple recipients.
[ "user@example.com" ]
Request body
Example request
{
"item_groups": [
{
"id": "category-electronics",
"parent_ids": [
"parent-1"
]
}
]
}Response
OK