UCP Quickstart
Run the Universal Commerce Protocol handler locally and walk one full checkout: discover, create a session, complete it.1 — Run the server
2 — Discover
One well-known document advertises what the merchant supports:3 — Create a checkout session
id and its state. Update it (address, shipping option, discount
code) with PUT /api/checkout-sessions/{id} as many times as needed.
4 — Complete it
/api/webhook-deliveries to see it.
Verify the whole loop
Next
- UCP — endpoints, extensions, and how it relates to ACP and ICP
- Integration guide — signatures, headers, production setup
- ICP — the superset protocol, if you need mandates and negotiation