Similar Attributes

Used to return the list of items that have similar attributes with a product. This tactic is based on the attributes compare program.

Similar Attributes Request

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

This endpoint will return a list of products with similar attributes.

Path Parameters

NameTypeDescription

websiteId

string

Your websiteID provided by PA

Query Parameters

NameTypeDescription

refId

string

The product refID that you want to query for

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

Last updated