"Similar Products" Integration via Webservice / SOAP
End of Life
Please note: the SOAP interface will no longer be updated or upgraded. We recommend the REST-API for new customers. If you have been using the SOAP interface so far, you can go on using it. We do however recommend changing your integration interface to improve performance.
The Web Service end point for this module can be accessed from the following example URL:
$stringEscapeUtils.escapeHtml($body)
A request submitted through the Web Service interface returns a SimilarRecordsResult
instance. Using it you can query a list of all attributes used for comparison (getAttributes()
) and a list of similar products (getRecords()
).
The parameters expected by the Web Service consist of the FACT-Finder channel you want to use, the ID of the base product and the desired maximum number of similar products.
In addition appropriate user credentials must be supplied, along with a Boolean value that specifies whether the Record objects in the returned data should only consist of the ID.