UpStart Commerce Search
Recommendations
Alternate Product Recommendation
4min
The Alternate Product Recommendation endpoint enhances the product discovery experience for consumers while increasing catalog exposure for retailers. This feature is integrated into the UpStart Commerce Search application, enabling personalized recommendations based on product attributes rather than visual similarity.
To retrieve alternate product recommendations for a specific product, businesses can use the Alternate Recommendation API. This API allows users to fetch relevant alternatives based on predefined attributes.
- Make a GET Request: Send a request to the API endpoint with the product ID.
- Provide Required Headers:
- x-upstart-tenant: Identifies the retailer making the request.
- x-upstart-site: Specifies the particular site where recommendations are needed.
- Receive a Response: The system will return a list of recommended products with relevance scores.
API Endpoint
- Catalog Endpoint → recommendation
- Endpoint: /catalog/live/recommendation/item/{product_id}?recommendationType=similar
Headers
A retailer wants recommendations for a particular product.
Did this page help you?