Data model

Families

The Families tab: one row per product type, with its attribute count and label and image attributes.

A family is a product type: it decides which attributes a product carries and which of them serve as its name and its image. Every drilling tool shares the drilling-tool attribute set because both belong to the same family.

Where you find it

Commerce Studio › PIM › Data model › Families — the default tab of /commerce/data-model.

What it does

The tab lists the families — for example insert, milling_tool, spare_part — with the size of their attribute set and their display attributes. New family creates one; a search box finds one by code.

The rows are not clickable yet: opening or editing a family is not available in the Cockpit at the moment. Families are maintained through the products app's API.

Fields and controls

ColumnWhat it shows
FamilyName and code.
AttributesHow many attributes the family carries.
VariantsHow many family variants are defined on it.
Label attributeWhich attribute is the product's display name.
Image attributeWhich attribute is the product's image.
MarketsMarket assignment.
UpdatedLast change.

What happens when you change it

A new family starts empty; products assigned to it get its attribute set as their enrichment form. The label attribute decides what a product of this family is called everywhere the Cockpit shows a name.

Permissions

The products app declares create, read, update and delete on families in its manifest. Which Cockpit roles may open this screen is not verified.