List Product Attribute Groups
Authorizations
Path parameters
category_idintegerRequired
Responses
200
OK
application/json
get
GET /api/v1/categories/{category_id}/attribute-groups HTTP/1.1
Host:
X-API-Key: YOUR_API_KEY
Accept: */*
200
OK
[
{
"attributes": [
{
"id": 1,
"name": "text",
"frontend_name": "text"
}
],
"id": 1,
"name": "type_of_hat",
"frontend_name": "Hat Style",
"is_multiselect": true
}
]
Last updated
Was this helpful?