Data model

Association types

The Association types tab: the kinds of product-to-product links, such as cross-sell and spare part.

An association type names a kind of product-to-product link: cross-sell, up-sell, accessory, spare part. The products themselves are linked on the product editor's Associations tab; this list defines what kinds of link exist.

Where you find it

Commerce Studio › PIM › Data model › Association types/commerce/data-model?tab=association-types.

What it does

The tab lists the types with two flags each. Two-way means the link shows on both products; Quantified means the link carries a quantity — a spare part association can say the machine uses four of them. New association type creates one. This tab has no search box.

The rows are not clickable yet: opening or editing an association type is not available in the Cockpit at the moment. Association types are maintained through the products app's API.

Fields and controls

ColumnWhat it shows
CodeThe stable identifier, for example cross_sell or spare_part.
Two-wayWhether the link appears on both ends.
QuantifiedWhether the link carries a quantity.

What happens when you change it

A new type becomes selectable on the product editor's Associations tab. Existing links keep their type.

Permissions

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