What is the Feed API?
The Feed API (Canal 1) lets you distribute product catalogs from Alana to external commerce platforms. Generate product feeds in the format each platform expects — XML for Google Shopping, CSV for Meta, JSON for OpenAI Commerce — without manual data transformation.Supported Platforms
| Platform | Format | Endpoint |
|---|---|---|
| Google Shopping | XML (RSS 2.0 + g: namespace) | /api/v1/feeds/google |
| Meta Commerce | CSV | /api/v1/feeds/meta |
| OpenAI Commerce | JSON | /api/v1/feeds/openai |
Feed Manifest
Discover all available feeds for your workspace:NDJSON Streaming
For large catalogs, use NDJSON (Newline-Delimited JSON) streaming to process products as they arrive without buffering the full response:Feed Generation
Feeds are generated on-demand when requested. Alana caches feeds for 15 minutes to reduce latency for high-frequency consumers. UseCache-Control: no-cache to force regeneration.
Next Steps
- Authentication — API key and Bearer token setup
- Fetching Feeds — Full request/response reference
- Webhooks — Get notified when feeds are ready
- Analytics — Track feed consumption metrics