IntegrationsCustom

Overview

Platform-agnostic PSYKHE AI integration through the APIs.

Use the custom integration path when your platform does not have a dedicated PSYKHE AI adapter or when you need direct control over the storefront integration.

What You Need To Implement

Every custom integration has three parts:

  1. Catalog sync through the Ingestion API
  2. Shopper tracking through the Tracking API
  3. Recommendation requests from the storefront through the Recommendation API
  1. Send the product catalog through the Ingestion API.
  2. Implement storefront tracking with the Tracking API.
  3. Render search, browse, or recommendation surfaces from the Recommendation API.

On this page