Particular Audience
HomeJobs
Search…
Particular Audience
1.1.2
Particular Audience
Getting Started
Quick Start: Recommendations
Quick Start: Search
Recommendation API
Deploying to Production
Personalized Recommendations
Personalized PDP
Personalized Cart Page
Personalized Home Page
Similar Items Based Hybrids
Popular Items
Collaborative Filtering Jaccard Items Viewed Together
Collaborative Filtering Jaccard Items Bought Together
Visually Similar
Similar Attributes
Items Often Bought Together - Cart Page
Recently Viewed
Historic Viewed Items
Items Often Bought Together - Recently Viewed Items
Items Often Viewed Together - Recently Viewed Items
Sample Response
Search API
Search
Managed Services
Google Tag Manager
Shopify Integration
Magento Integration
Powered By GitBook
Sample Response
Each API endpoint returns a response that contains the following fields:
Name
Type
Description
type
int
Response type
code
int
Response code
payload
array
Return list of Product RefId
message
string
Error message in case response type is not successful

Example:

1
{
2
"payload": ["1234", "5678", "9012"],
3
"type": 1,
4
"code": 0
5
}
Copied!
Recommendation API - Previous
Items Often Viewed Together - Recently Viewed Items
Next - Search API
Search
Last modified 1yr ago
Copy link
Contents
Example: