Collaborative Filtering Jaccard Items Viewed Together

Used to return the list of items that are often viewed with a product. This tactic is based on all customers’ viewing behaviour.

Items Viewed Together Request

GET /1.0/ClientRecom/{websiteId}/ViewedTogether?productRef={refId}

Path Parameters

Query Parameters

{
    "payload": ["1234", "5678", "9012"],
    "type": 1,
    "code": 0
}

Last updated