v1
latestOpenAPI 3.0.32026-07-173196215.4 KBattributes
Get an attribute
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 group with values by specified groupName.
Query parameters
shopIdstring required
In case you are operating multiple shops (for example, for different domain names or different languages), each shop is identified by its specific shopId
Response
successful operation
Example response
{
"values": [
{
"id": 428,
"label": "Tommy Jeans",
"value": "hilfiger_denim"
}
]
}