Collaborative Filtering Jaccard Items Bought Together

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

Items Bought Together

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

Path Parameters

Query Parameters

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

Last updated