v1

latestSwagger 2.02026-07-13137761.0 MB
Attribute 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

codestring required

Attribute group code

sort_orderinteger

Attribute group order among other attribute groups

attributesstring[]

Attribute codes that compose the attribute group

Example response

{
  "code": "marketing",
  "sort_order": 4,
  "attributes": [
    "sku",
    "name",
    "description",
    "response_time",
    "release_date",
    "price"
  ],
  "labels": {
    "en_US": "Marketing",
    "fr_FR": "Marketing"
  }
}