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:
- Catalog sync through the Ingestion API
- Shopper tracking through the Tracking API
- Recommendation requests from the storefront through the Recommendation API
Recommended Sequence
- Send the product catalog through the Ingestion API.
- Implement storefront tracking with the Tracking API.
- Render search, browse, or recommendation surfaces from the Recommendation API.