{
  "name": "DINKOSMETOLOG Shop",
  "description": "Professional skincare and beauty products from Danish cosmetologist Rikke Østergaard. Brands: KRX Aesthetics, Naturys, Phytocéane, Wonderskin, ekseption, HYPO21, and more.",
  "url": "https://shop.dinkosmetolog.dk",
  "capabilities": {
    "product_search": {
      "endpoint": "https://shop.dinkosmetolog.dk/feeds/products.json",
      "method": "GET",
      "parameters": {
        "search": "Search by product name or description",
        "brand": "Filter by brand name (e.g., naturys, krx-aesthetics)",
        "limit": "Number of results (default 50, max 250)"
      },
      "response_format": "application/json"
    },
    "product_catalog": {
      "endpoint": "https://shop.dinkosmetolog.dk/llms-full.txt",
      "method": "GET",
      "response_format": "text/plain"
    },
    "sitemap": {
      "endpoint": "https://shop.dinkosmetolog.dk/sitemap.xml",
      "method": "GET",
      "response_format": "application/xml"
    }
  },
  "checkout": {
    "type": "redirect",
    "description": "Products link to individual product pages where users can add to cart and checkout via Shopify."
  },
  "currency": "DKK",
  "language": "da",
  "location": {
    "country": "DK",
    "city": "Vejen"
  }
}
