v1
latestSwagger 2.02026-07-13137761.0 MBAttribute group
Update/create several attribute groups
This endpoint allows you to update and/or create several attribute groups at once.
patch/api/rest/v1/attribute-groups
Request body
Example request
{
"code": "marketing",
"sort_order": 4,
"attributes": [
"sku",
"name",
"description",
"response_time",
"release_date",
"price"
],
"labels": {
"en_US": "Marketing",
"fr_FR": "Marketing"
}
}Response
OK