Skip to main content

Shopify Quickstart

Integrate Alana with your Shopify store for AI-powered product feeds and semantic search. This guide uses the Shopify Admin API and a custom app.

Prerequisites

  • Shopify store (any plan)
  • Alana API key (get one at app.alana.shopping → Settings → API Keys)
  • Node.js 18+ for the integration scripts

1. Configure your API key

In your Shopify app environment (.env or Shopify app settings):
In the Shopify admin panel: go to Apps → Alana Shopping → Configuration and paste your API key.

2. Fetch the product feed

Alana generates Shopify-compatible JSON feeds from your catalog:
Using curl:
Response:

3. Add Alana search to your storefront

Replace Shopify’s Predictive Search with Alana’s semantic search using a Liquid + JavaScript integration:

4. Configure feed webhooks

Receive push notifications when your feed updates:
Verify the webhook signature in your handler:

5. Verify integration

Next steps

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