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):
2. Fetch the product feed
Alana generates Shopify-compatible JSON feeds from your catalog:curl:
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:5. Verify integration
Next steps
- Search API — facets, autocomplete, recommendations
- Error Reference — error codes and troubleshooting
- Manifest endpoint — discover all available capabilities