{
  "ucp": {
    "version": "2026-04-08",
    "services": {
      "dev.ucp.shopping": [
        {
          "version": "2026-04-08",
          "spec": "https://ucp.dev/2026-04-08/specification/overview",
          "transport": "rest",
          "schema": "https://ucp.dev/2026-04-08/services/shopping/rest.openapi.json",
          "endpoint": "https://izios.com/api/ucp"
        }
      ]
    },
    "capabilities": {
      "dev.ucp.shopping.cart": [
        {
          "version": "2026-04-08",
          "spec": "https://ucp.dev/2026-04-08/specification/cart",
          "schema": "https://ucp.dev/2026-04-08/schemas/shopping/cart.json"
        }
      ],
      "dev.ucp.shopping.catalog.search": [
        {
          "version": "2026-04-08",
          "spec": "https://ucp.dev/2026-04-08/specification/catalog/search",
          "schema": "https://ucp.dev/2026-04-08/schemas/shopping/catalog_search.json"
        }
      ],
      "dev.ucp.shopping.catalog.lookup": [
        {
          "version": "2026-04-08",
          "spec": "https://ucp.dev/2026-04-08/specification/catalog/lookup",
          "schema": "https://ucp.dev/2026-04-08/schemas/shopping/catalog_lookup.json"
        }
      ]
    },
    "payment_handlers": {}
  },
  "merchant": {
    "name": "IZIOS",
    "description": "Shopping-first lab-grown diamond marketplace with buyer-controlled checkout.",
    "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"]
  },
  "human_checkout": {
    "required": true,
    "continue_url_base": "https://izios.com/cart",
    "autonomous_payment": false,
    "autonomous_order_creation": false
  },
  "policies": {
    "returns": {
      "window_days": 30,
      "fee_type": "restocking_fee",
      "restocking_fee_percent": 20,
      "fee_description": "Accepted diamond returns carry a 20% restocking fee deducted from the eligible refund amount.",
      "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
      }
    }
  }
}
