Ecommerce
The ecommerce system is the customer-facing product-discovery surface: the Ecommerce API for managing catalogs and running AI search/recommendations, plus the agentic ("conversational shopping") experience and its demo apps.
APIโ
- Ecommerce API โ manage indexes and catalogs, run search and recommendations, drive the agentic shopping experience, and read analytics. The contract is implemented in the control plane.
Reposโ
| Repo | What it is |
|---|---|
cloud_control_plane | Implements the ecom + agentic-search APIs and Shopify integrations. |
agentic_api_poc_ui | React/Vite SPA proof-of-concept for the Agentic Search API (SSE + POST modes). |
agentic-chat-demo | React chat/commerce demo over Marqo's agentic APIs; includes an architecture plan. |
Go deeperโ
- ๐ API Surfaces registry
- ๐ฆ Demo apps on GitHub:
agentic_api_poc_ui,agentic-chat-demo - ๐๏ธ Architecture & Design (cross-repo)