Ecommerce API — Common Workflows
Golden, copy-pasteable request/response paths for the most common ecommerce tasks. Each workflow should show the ordered calls, a minimal request body, and what success looks like.
Stub — add real workflows.
Capture the workflows the team actually uses and link each step to the corresponding operation in the interactive reference.
Suggested workflows to document (see the reference for exact contracts):
- Create an index and load a catalog — create the index, then ingest documents.
- Run a search — issue a search/recommendation query and read results.
- Agentic shopping — drive the conversational experience (SSE + POST modes;
see
agentic_api_poc_uifor a working client). - Read analytics — pull usage/analytics for an index.
For authentication on every call, see Authentication.