Bundles: Items Often Bought Together

Used to return sets or a list of items that are bought together with the provided list of item(s) on either a product page or cart page.

Bundles: Items Often Bought Together

GET /1.0/ClientRecom/{websiteId}/bundles

Path Parameters

NameTypeDescription

websiteId

string

Your website ID provided by PA

Request Body

NameTypeDescription

product_ref_ids*

List of strings

Product reference ID(s) as pre-defined by client and Particular Audience

setCount

int

Number of bundles/sets to be returned (Default is 1)

count

int

Number of items in each bundle/set (Default is 1 + # of product_ref_ids)

filter_out_of_stock

bool

Filter out of stock items

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

Last updated