docs
  1. Admin Api
  2. Resources
  3. Attribute Groups
  4. Get An Attribute Group

Get an attribute group

Get an attribute group

Rate Limit: 1000 Max attempts within 1 minute.

Path Parameters

ParameterDetails
attributeGroupName
  • required
string
Example:
color

Responses

200
Attribute group
application/json
Success
id
integer
Example:
1
namerequired
string
Example:
color
required
object
Example:
{
  "de_DE": "Farbe",
  "en_GB": "Color"
}
typerequired
string
Example:
simple
isSharedrequired
boolean
Example:
true
levelrequired
string
Example:
product
object
Example:
{
  "group": {
    "type": "attributeGroup",
    "attributeGroupName": "Obermaterial"
  },
  "components": {
    "type": "array",
    "items": {
      "fraction": {
        "type": "integer"
      },
      "unit": {
        "type": "attribute",
        "attributeGroupName": "unit",
        "attributeName": "%"
      },
      "material": {
        "type": "attributeGroup",
        "attributeGroupName": "material"
      }
    }
  }
}
Array of object
Example:
[
  {
    "shopKey": "ms",
    "countryCode": "de"
  }
]
isOverridablePerShop
boolean
Example:
true
isDifferentiating
boolean
Example:
true
group
string
Example:
someName
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
GET/attribute-groups/{attributeGroupName}

Request samples

Response samples

200
Simple Attribute Group:
Content type: application/json
Simple List Attribute Group:
Content type: application/json
Localized String Attribute Group:
Content type: application/json
Localized String List Attribute Group:
Content type: application/json
Advanced List Attribute Group:
Content type: application/json
Provide Feedback