Skip to content

Attribute Family — Update

Updates an existing attribute family. Equivalent to PUT /api/admin/catalog/families/{id}.

Operation

OperationTypePurpose
updateAdminAttributeFamilyMutationUpdate an existing attribute family

attribute_groups semantics

The attribute_groups field is an object keyed by numeric group ids (to update existing groups) or group_* placeholders (to create new groups). Existing ids that are omitted from the payload are deleted. Each value carries code, name, column, position, and custom_attributes as documented on the REST page.

Released under the MIT License.