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
Name
Type
Description
websiteId
string
Your website ID provided to you by PA
Query Parameters
Name
Type
Description
refId
string
The product refId that you want to query for
Last updated