v1
latestSwagger 2.02026-07-13137761.0 MBAttribute group
Get an attribute group
This endpoint allows you to get the information about a given attribute group.
get/api/rest/v1/attribute-groups/{code}
Path parameters
codestring required
Code of the resource
Response
OK
Example response
{
"code": "marketing",
"sort_order": 4,
"attributes": [
"sku",
"name",
"description",
"response_time",
"release_date",
"price"
],
"labels": {
"en_US": "Marketing",
"fr_FR": "Marketing"
}
}