Attribute Family — Create
Creates a new attribute family. Equivalent to POST /api/admin/catalog/families.
Operation
| Operation | Type | Purpose |
|---|---|---|
createAdminAttributeFamily | Mutation | Create a new attribute family |
Input
| Field | Notes |
|---|---|
code | Snake_case identifier, unique. |
name | Display name. |
attribute_groups | Optional array of { code, name, column, position, custom_attributes }. |
See the REST page for full field semantics.
Notes
- Follow up with the
adminAttributeFamilyquery to load the refreshed detail. - Same
codevalidation rules as the REST endpoint.

