Interface: RelatedMapping
Defines the mapping between option blocks in different products.
This interface establishes connections between configuration options in the current product and corresponding options in related products. These mappings enable the system to automatically select matching options when navigating between related products.
For example, a mapping might connect the "Wood Finish" block in a table to the "Material" block in a related chair, ensuring that if a customer selects "Oak" for the table, the related chair will also show with an "Oak" finish.
Properties
blockId
blockId:
string
[]
IDs of blocks in the related product that correspond to this block.
These IDs identify which configuration blocks in the related product should receive matching option selections when navigating from the current product.
empty
empty:
boolean
Whether this mapping has no options to match.
When true
, this block has no matching options in the related product.
This flag is used to explicitly mark blocks that should not attempt
to find matches, avoiding unnecessary processing.
useCode
useCode:
boolean
Whether to match options by block code rather than by ID.
When true
, the system looks for options with matching codes rather
than direct ID matches. This is useful when products use different
option structures but share common option codes.