attributes

Get attribute information by attributeGroupName

Get attribute group specified by groupName. The response will also include the available attribute values for the attribute group.

get/v1/attributes/{groupName}

Path parameters

groupNamestring required
Example:brand

Get attribute with specified groupName.

Response

successful operation

idinteger nullable required
keystring required

Reference that identifies the attribute

labelstring required

The locale is defined by the configuration of the shop associated with the authentication token. Translations of the individual attributes are maintained in the SCAYLE Panel.

multiSelectboolean required

A flag which determines whether an attribute has a single or possibly multiple values.

typestring nullable required

Attribute type

Example response

{
  "values": [
    {
      "id": 428,
      "label": "Tommy Jeans",
      "value": "hilfiger_denim"
    }
  ]
}

Changes