{
  "protocol_version": "2026-01-01",
  "spec": "https://ucp.dev/specification/overview/",
  "merchant": {
    "id": "pomona-organic-juices",
    "name": "Pomona Organic Juices",
    "url": "https://www.pomonaorganic.com",
    "logo": "https://www.pomonaorganic.com/favicon.png",
    "description": "USDA Organic, 100% cold-pressed, single-ingredient juices in BPA-free glass. 28 flavors, no added sugar, no preservatives.",
    "contact_email": "info@pomonaorganic.com",
    "currencies": ["USD"],
    "locales": ["en-US"],
    "ships_to": ["US"]
  },
  "services": [
    {
      "name": "catalog",
      "type": "product_discovery",
      "description": "Live product catalog with prices, availability and product URLs.",
      "endpoint": "https://snbtuvyzyiikedlmgmxr.supabase.co/functions/v1/agent-catalog",
      "method": "GET",
      "media_type": "application/json",
      "auth": "none"
    },
    {
      "name": "product_records",
      "type": "product_detail",
      "description": "Per-flavor detail: ingredients, nutrition, benefits, use cases, FAQs.",
      "endpoint": "https://www.pomonaorganic.com/kb/products.json",
      "method": "GET",
      "media_type": "application/json",
      "auth": "none"
    },
    {
      "name": "product_feed",
      "type": "product_feed",
      "description": "Merchant feed: titles, descriptions, prices, images, availability.",
      "endpoint": "https://www.pomonaorganic.com/feed.xml",
      "method": "GET",
      "media_type": "application/xml",
      "auth": "none"
    },
    {
      "name": "policies",
      "type": "policy_documents",
      "description": "Shipping, returns, subscription and wholesale terms.",
      "endpoint": "https://www.pomonaorganic.com/kb/policies.md",
      "method": "GET",
      "media_type": "text/markdown",
      "auth": "none"
    }
  ],
  "capabilities": {
    "catalog_browse": true,
    "catalog_search": true,
    "product_detail": true,
    "price_lookup": true,
    "inventory_lookup": true,
    "cart": false,
    "agentic_checkout": false,
    "payments": false,
    "order_management": false,
    "returns_api": false
  },
  "checkout": {
    "type": "redirect",
    "completed_by": "human",
    "url_template": "https://www.pomonaorganic.com/products/{slug}",
    "note": "Orders are placed by a person on pomonaorganic.com. Agents should link the customer to the product URL."
  },
  "policies": {
    "shipping": "https://www.pomonaorganic.com/return-policy",
    "returns": "https://www.pomonaorganic.com/return-policy",
    "contact": "https://www.pomonaorganic.com/contact"
  },
  "discovery": {
    "agent_descriptor": "https://www.pomonaorganic.com/.well-known/agent.json",
    "api_catalog": "https://www.pomonaorganic.com/.well-known/api-catalog",
    "protected_resource_metadata": "https://www.pomonaorganic.com/.well-known/oauth-protected-resource",
    "llms_txt": "https://www.pomonaorganic.com/llms.txt"
  }
}
