Skip to main content

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

Feed Manifest

Discover all available feeds for your workspace:
Returns the list of active platforms, last generation timestamp, and feed URLs.

NDJSON Streaming

For large catalogs, use NDJSON (Newline-Delimited JSON) streaming to process products as they arrive without buffering the full response:
Each line in the response is a valid JSON object representing one product. This is ideal for catalogs with thousands of SKUs.

Feed Generation

Feeds are generated on-demand when requested. Alana caches feeds for 15 minutes to reduce latency for high-frequency consumers. Use Cache-Control: no-cache to force regeneration.

Next Steps

Last modified on March 18, 2026