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
Example response
{
"values": [
{
"id": 428,
"label": "Tommy Jeans",
"value": "hilfiger_denim"
}
]
}