Items Often Bought Together - Cart Page

Items Bought Together - Cart Page Request

GET /1.0/ClientRecom/{websiteId}/BoughtTogetherCartContent?items[0]={refId}&items[1]={refId}

Path Parameters

NameTypeDescription

websiteId

string

Your website ID provided by PA

Query Parameters

NameTypeDescription

items

array

This takes in an array of Ref IDs that you want to query for

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

Last updated