Skip to main content

VTEX Quickstart

Integrate Alana with your VTEX store to power product feeds and AI search. This guide takes under 5 minutes for developers familiar with VTEX IO.

Prerequisites

  • VTEX store with IO enabled
  • Alana API key (get one at app.alana.shopping → Settings → API Keys)
  • VTEX CLI installed: npm install -g vtex

1. Configure your API key

In your VTEX IO app manifest or environment settings, add:
For VTEX admin panel: go to Apps → My Apps → Alana Shopping → Settings and paste your API key.

2. Fetch the product feed

Alana generates VTEX-compatible product feeds from your catalog. Poll this endpoint to sync products:
Using curl:
Response:
Replace or complement VTEX IS with Alana’s semantic search:

4. Configure feed webhooks

Receive push notifications when your feed updates instead of polling:
Alana will POST to your endpoint when the feed updates. Verify the signature:

5. Verify integration

Check that products are flowing:

Next steps

Última modificação em 17 de março de 2026