relatedProducts
RelatedProducts is a term used in e-commerce to describe a curated or algorithmically generated set of products that are linked to a given item. The purpose is to help customers discover items that are likely to be relevant or complementary, thereby supporting cross-selling, up-selling, and improved browsing experiences. In many catalog systems, related products are stored as a relation or attribute that associates a primary product with one or more secondary items.
Generation methods combine several signals. Collaborative filtering uses historical purchase and viewing patterns to infer associations
RelatedProducts are commonly displayed on product detail pages, in search results, on category pages, and within
Common challenges include cold-start problems for new items, data sparsity, and maintaining relevance over time. Evaluation