{
  "protocol": "acp",
  "version": "2025-09",
  "merchant": {
    "name": "PepChile",
    "legal_name": "Materia Gris SpA",
    "country": "CL",
    "url": "https://pepchile.com",
    "currency": "CLP",
    "language": "es-CL",
    "support_email": "contacto@pepchile.com",
    "support_phone": "+56962022448"
  },
  "catalog": {
    "feed": "https://pepchile.com/api/merchant-feed",
    "search": "https://pepchile.com/api/products",
    "product": "https://pepchile.com/api/products/{id}"
  },
  "endpoints": {
    "checkout_sessions": "https://pepchile.com/api/checkout",
    "shipping_quote": "https://pepchile.com/api/shipit/rates",
    "order_status": "https://pepchile.com/api/mcp#get_order_status",
    "mcp": "https://pepchile.com/api/mcp",
    "a2a": "https://pepchile.com/api/a2a"
  },
  "payments": {
    "methods": [
      "webpay",
      "flow"
    ],
    "currencies": [
      "CLP"
    ],
    "delegated_payment": false
  },
  "shipping": {
    "region": "CL",
    "carriers": [
      "blueexpress",
      "starken",
      "chilexpress"
    ]
  },
  "policies": {
    "returns": "https://pepchile.com/legal/reembolsos",
    "privacy": "https://pepchile.com/legal/privacidad",
    "terms": "https://pepchile.com/legal/terminos",
    "shipping": "https://pepchile.com/legal/envios",
    "research_use": "https://pepchile.com/legal/investigacion"
  },
  "disclaimer": "Todos los productos son exclusivamente para uso en investigacion cientifica. No estan aprobados para uso humano, veterinario o como suplemento alimenticio.",
  "documentation": "https://pepchile.com/developers/",
  "openapi": "https://pepchile.com/openapi.json",
  "onboarding": {
    "api_key_required": false,
    "account_required": false,
    "signup_url": null,
    "free_tier": true,
    "pricing": "free",
    "self_serve": true,
    "sandbox_url": "https://pepchile-dev.pages.dev",
    "rate_limit_per_minute": 60,
    "first_call": "curl https://pepchile.com/api/products",
    "openapi": "https://pepchile.com/openapi.json",
    "documentation": "https://pepchile.com/developers/",
    "notes": "Every read endpoint is public and free. Only /api/checkout needs a Supabase anonymous session, and a person must complete the payment."
  }
}
