{
  "protocol": {
    "name": "acp",
    "version": "2025-09-29",
    "spec_url": "https://www.agenticcommerce.dev",
    "compatible_versions": [
      "2025-09-29"
    ]
  },
  "protocol_version": "2025-09-29",
  "api_base_url": "https://boutiquerugs.com/apps/agentready/acp",
  "transports": [
    "https"
  ],
  "merchant": {
    "id": "boutiquerugs",
    "name": "boutiquerugs.com",
    "url": "https://boutiquerugs.com",
    "logo_url": null,
    "description": "Shopify-powered storefront. Agent commerce capabilities advertised via the Agentic Commerce Protocol.",
    "contact": {
      "email": null,
      "url": "https://boutiquerugs.com/pages/contact"
    }
  },
  "endpoints": {
    "product_feed": "https://boutiquerugs.com/apps/agentready/acp/products",
    "checkout_sessions": "https://boutiquerugs.com/apps/agentready/acp/checkout_sessions",
    "checkout_session": "https://boutiquerugs.com/apps/agentready/acp/checkout_sessions/{checkout_session_id}",
    "complete_checkout": "https://boutiquerugs.com/apps/agentready/acp/checkout_sessions/{checkout_session_id}/complete",
    "cancel_checkout": "https://boutiquerugs.com/apps/agentready/acp/checkout_sessions/{checkout_session_id}/cancel",
    "order_status": "https://boutiquerugs.com/apps/agentready/acp/orders/{order_id}",
    "webhooks": "https://boutiquerugs.com/apps/agentready/acp/webhooks"
  },
  "auth": {
    "type": "oauth2",
    "oauth_protected_resource": "https://boutiquerugs.com/.well-known/oauth-protected-resource",
    "client_credentials_supported": true,
    "scopes": [
      "acp:checkout.create",
      "acp:checkout.read",
      "acp:checkout.complete",
      "acp:checkout.cancel",
      "acp:orders.read",
      "acp:products.read"
    ]
  },
  "payment": {
    "delegated_payment_token": {
      "supported": false,
      "providers": [],
      "token_format": "stripe_shared_payment_token"
    },
    "supported_payment_methods": [
      "card",
      "shop_pay",
      "apple_pay",
      "google_pay",
      "paypal"
    ],
    "supported_currencies": [
      "USD"
    ],
    "default_currency": "USD",
    "tax_inclusive": false,
    "shipping_required": true
  },
  "fulfillment": {
    "shipping_required": true,
    "supported_countries": [
      "US"
    ],
    "returns": {
      "accepted": true,
      "window_days": 30,
      "policy_url": "https://boutiquerugs.com/policies/refund-policy"
    }
  },
  "capabilities": {
    "agent_can_create_cart": true,
    "agent_can_complete_payment": false,
    "agent_can_cancel": true,
    "agent_can_track_order": true,
    "agent_can_initiate_return": false,
    "supports_promo_codes": true,
    "supports_gift_cards": true,
    "supports_subscriptions": false,
    "services": [
      "catalog",
      "cart",
      "checkout",
      "orders"
    ]
  },
  "rate_limits": {
    "requests_per_minute": 60,
    "requests_per_day": 5000
  },
  "policies": {
    "privacy_url": "https://boutiquerugs.com/policies/privacy-policy",
    "terms_url": "https://boutiquerugs.com/policies/terms-of-service",
    "shipping_url": "https://boutiquerugs.com/policies/shipping-policy",
    "refund_url": "https://boutiquerugs.com/policies/refund-policy"
  },
  "discovery": {
    "openapi": "https://boutiquerugs.com/.well-known/openapi.json",
    "agent_skills": "https://boutiquerugs.com/.well-known/agent-skills/index.json",
    "mcp": "https://boutiquerugs.com/.well-known/mcp.json"
  },
  "updated_at": "2026-05-13T09:30:42.423Z"
}