{
  "protocol": "agentic-commerce/quote-intake",
  "spec_version": "0.1",
  "merchant": {
    "name": "Chicago Fleet Wraps",
    "url": "https://chicagofleetwraps.com",
    "telephone": "+1-312-597-1286",
    "email": "roy@chicagofleetwraps.com",
    "address": "4711 N Lamon Ave #7, Chicago, IL 60630, US"
  },
  "commerce_model": "custom-quote",
  "description": "Vehicle wraps and wall graphics are custom-priced per job. Agents transact by submitting a structured quote request and receive firm pricing within 2 hours. There is no instant checkout for custom fleet work; a deposit is invoiced after a quote is accepted.",
  "currency": "USD",
  "endpoints": {
    "quote": {
      "method": "POST",
      "url": "https://chicagofleetwraps.com/.netlify/functions/api-quote",
      "schema": "https://chicagofleetwraps.com/.well-known/openapi.yaml",
      "description": "Submit vehicle type, coverage, and fleet size; returns a firm price."
    },
    "estimate_form": "https://chicagofleetwraps.com/estimate/",
    "offer_catalog": "https://chicagofleetwraps.com/wrap-calculator/"
  },
  "payment": {
    "instant_checkout": false,
    "rails_supported": [],
    "settlement": "Deposit invoiced after quote acceptance. Balance on completion."
  },
  "related_protocols": ["Agentic Commerce Protocol", "x402"]
}
