{
  "name": "JaanCi",
  "description": "Women's and girls' fashion and lifestyle accessories. Cash on Delivery available nationwide across Pakistan.",
  "url": "https://jaanci.com",
  "actions": [
    {
      "id": "search_products",
      "name": "Search products",
      "description": "Search the JaanCi catalog by keyword.",
      "method": "GET",
      "url": "https://jaanci.com/search",
      "parameters": {
        "type": "object",
        "required": ["q"],
        "properties": {
          "q": { "type": "string", "description": "Search query" },
          "type": { "type": "string", "enum": ["product"], "description": "Restrict results to products" }
        }
      }
    },
    {
      "id": "browse_collection",
      "name": "Browse a collection",
      "description": "Open a product collection by handle.",
      "method": "GET",
      "url": "https://jaanci.com/collections/{handle}",
      "parameters": {
        "type": "object",
        "required": ["handle"],
        "properties": {
          "handle": { "type": "string", "description": "Collection URL handle" }
        }
      }
    },
    {
      "id": "view_product",
      "name": "View product",
      "description": "Open a product page by handle.",
      "method": "GET",
      "url": "https://jaanci.com/products/{handle}",
      "parameters": {
        "type": "object",
        "required": ["handle"],
        "properties": {
          "handle": { "type": "string", "description": "Product URL handle" }
        }
      }
    },
    {
      "id": "view_cart",
      "name": "View cart",
      "description": "Open the shopper bag / cart page.",
      "method": "GET",
      "url": "https://jaanci.com/cart",
      "parameters": { "type": "object", "properties": {} }
    },
    {
      "id": "contact_whatsapp",
      "name": "Contact on WhatsApp",
      "description": "Start a WhatsApp chat with JaanCi customer care.",
      "method": "GET",
      "url": "https://wa.me/923438573335",
      "parameters": {
        "type": "object",
        "properties": {
          "text": { "type": "string", "description": "Optional prefilled message" }
        }
      }
    }
  ]
}
