Features Pricing Integrations Help Contact
Login Register
← Help Center

Public Feed URLs & Downloads

Public Feed URLs & Downloads

Each feed has a unique public URL that you can share with sales channels or use in automated import systems.

Public Feed URL

Your feed’s public URL follows this format:

https://yourdomain.com/feed/{public_token}?channel={channel_slug}

The channel parameter specifies which mapping profile to use. Available channel slugs are:

How It Works

  1. The system retrieves your source feed products.
  2. Mapping-level filters are applied to select the right products.
  3. Mapping rules transform the data to match the channel’s format.
  4. If a template is assigned and renders exist, product image URLs are replaced with rendered images.
  5. The output is generated in the channel’s native format (XML, JSON, or CSV).

Caching

Generated feed outputs are cached for a configurable TTL (default: 5 minutes). This means multiple requests within the cache window are served instantly without re-processing.

Downloading

To download a feed output file directly:

  1. Go to your feed detail page.
  2. Click the download icon next to the mapping you want.
  3. The file will be generated fresh and downloaded in the channel’s format.

Preview

Click the eye icon on any mapping to see a preview of the output:

Auto-Updates

If your feed source is a URL, the system automatically re-fetches your feed every 15 minutes. This ensures your public feed URL always serves the latest product data.