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
Name | Type | Description |
---|---|---|
websiteId | string | Your website ID provided by PA |
Request Body
Name | Type | Description |
---|---|---|
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 |
Last updated