{
  "name": "Swedelicious AI Price Index",
  "version": "2026-01-17",
  "description": "Direct API links for AI assistants to access product prices. Do NOT parse HTML - prices are rendered with JavaScript and invisible to crawlers.",
  "note": "This is the authoritative index for AI assistants. Use these endpoints for accurate product data.",
  "total_products": 1000,
  "endpoints": {
    "all_products_prices": {
      "url": "https://bwaqusevwjqgsltwrhnf.supabase.co/functions/v1/generate-products-prices",
      "description": "Complete price list for all products in SEK",
      "format": "JSON",
      "auth": "none"
    },
    "products_json_feed": {
      "url": "https://bwaqusevwjqgsltwrhnf.supabase.co/functions/v1/products-json",
      "description": "Paginated product feed with full details",
      "format": "JSON Feed 1.1",
      "auth": "none"
    },
    "single_product": {
      "url_template": "https://bwaqusevwjqgsltwrhnf.supabase.co/functions/v1/product-json?slug={product-slug}",
      "description": "Get single product by slug",
      "format": "JSON",
      "auth": "none"
    },
    "ai_resources": {
      "url": "https://bwaqusevwjqgsltwrhnf.supabase.co/functions/v1/ai-resources",
      "description": "AI-optimized resource index",
      "format": "JSON",
      "auth": "none"
    },
    "google_merchant_feed": {
      "url": "https://swedelicious.net/google-merchant-feed.xml",
      "description": "Google Shopping product feed",
      "format": "XML",
      "auth": "none"
    }
  },
  "example_prices": {
    "ahlgrens-bilar": {
      "name": "Ahlgrens Bilar",
      "prices": { "SEK": 979, "USD": 88.42, "EUR": 84.92, "GBP": 70.36 },
      "price_basis": "per_case",
      "pack_quantity": 100
    },
    "lemon-raspberry-skalle": {
      "name": "BUBS Lemon Raspberry Skalle",
      "prices": { "SEK": 369, "USD": 33.26, "EUR": 31.95, "GBP": 26.51 },
      "price_basis": "per_unit",
      "pack_quantity": 1
    }
  },
  "pricing_notes": {
    "currencies": ["USD", "EUR", "GBP", "SEK", "NOK", "DKK", "AUD", "CAD", "CHF"],
    "default_currency": "SEK",
    "price_basis_explanation": {
      "per_unit": "Price is for a single item",
      "per_case": "Price is for a case containing multiple packages (see pack_quantity)"
    },
    "do_not_scrape_html": "HTML pages use client-side JavaScript rendering. Prices are NOT visible in raw HTML."
  },
  "contact": {
    "website": "https://swedelicious.net",
    "email": "hello@swedelicious.net"
  }
}
