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.

Accessing Product Recommendations

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.

How to Retrieve Recommendations

  1. Make a GET Request: Send a request to the API endpoint with the product ID.
  2. Provide Required Headers:
    • x-upstart-tenant: Identifies the retailer making the request.
    • x-upstart-site: Specifies the particular site where recommendations are needed.
  3. Receive a Response: The system will return a list of recommended products with relevance scores.

API Endpoint

  • Catalog Endpointrecommendation
  • Endpoint: /catalog/live/recommendation/item/{product_id}?recommendationType=similar

Headers

Curl


Example Request

A retailer wants recommendations for a particular product.

Curl