{
  "ucp": {
    "version": "2026-01-11",
    "merchant": {
      "name": "IZIOS",
      "description": "AI-powered lab-grown diamond marketplace with 600,000+ diamonds, proprietary LightScore optical grading, and SmartPrice market intelligence",
      "url": "https://izios.com",
      "logo": "https://izios.com/images/izios-logo.png",
      "support_email": "support@izios.com",
      "categories": ["Jewelry", "Loose Diamonds", "Lab-Grown Diamonds", "Engagement Rings"]
    },
    "services": {
      "dev.ucp.shopping": {
        "version": "2026-01-11",
        "spec": "https://ucp.dev/specs/shopping",
        "rest": {
          "schema": "https://izios.com/api/ucp/openapi.json",
          "endpoint": "https://izios.com/api/ucp/"
        }
      }
    },
    "capabilities": [
      {
        "name": "dev.ucp.shopping.checkout",
        "version": "2026-01-11"
      },
      {
        "name": "dev.ucp.shopping.fulfillment",
        "version": "2026-01-11"
      },
      {
        "name": "dev.ucp.shopping.product_search",
        "version": "2026-01-11"
      },
      {
        "name": "dev.ucp.shopping.returns",
        "version": "2026-01-11"
      }
    ]
  },
  "payment": {
    "handlers": [
      {
        "id": "stripe",
        "name": "com.stripe",
        "version": "2026-01-11",
        "supported_methods": ["card", "google_pay", "apple_pay"]
      }
    ]
  },
  "policies": {
    "returns": {
      "window_days": 30,
      "processing_fee": "50.00",
      "processing_fee_currency": "USD",
      "method": "mail",
      "url": "https://izios.com/legal/returns"
    },
    "shipping": {
      "domestic": {
        "rate": "19.99",
        "currency": "USD",
        "carrier": "FedEx",
        "insured": true,
        "signature_required": true,
        "estimated_days_min": 5,
        "estimated_days_max": 10
      }
    }
  }
}