Product Families
A family is a grouping of products that are the same product with different properties. An example of a family is t-shirts in different colors where each t-shirt has different sizes represented as SKU's
flowchart TD
a[T-Shirt Family]
aa[Red T-Shirt]
ab[Blue T-Shirt]
aaa[Size XL]
aab[Size M]
aba[Size L]
abb[Size S]
a --> aa
a --> ab
aa --> aaa
aa --> aab
ab --> aba
ab --> abb
The number of included siblings in a product is configured on the Scope
Family fields
The family info on a product contains the following information
- FamilyId is the id of the family the product is part of
- TotalSiblings is the total number of siblings including the current product
- Siblings is a list of information about siblings. This list does not include the current product
Sibling fields
Members of the same family are included in Product fields as siblings to product with the following properties
- ProductId of the product
- Name of the product
- Media contains the url to the first image on the product