Last updated 1 month ago
Was this helpful?
/api/v1/categories/{category_id}/attribute-groups
OK
curl -L \ --url '/api/v1/categories/{category_id}/attribute-groups' \ --header 'X-API-Key: YOUR_API_KEY'
[ { "attributes": [ { "id": 1, "name": "text", "frontend_name": "text" } ], "id": 1, "name": "type_of_hat", "frontend_name": "Hat Style", "is_multiselect": true } ]