cancel_cart
Cancel and discard a cart session.
Schema
Input Schema
{
"type": "object",
"required": [
"meta",
"id"
],
"properties": {
"id": {
"type": "string",
"description": "Cart session ID to cancel."
},
"meta": {
"type": "object",
"required": [
"idempotency-key"
],
"properties": {
"signature": {
"type": "string",
"description": "Optional detached JWS signature (RFC 7515 Appendix F) for message integrity."
},
"ucp-agent": {
"type": "object",
"required": [
"profile"
],
"properties": {
"profile": {
"type": "string",
"format": "uri",
"description": "URL to the platform UCP profile document (/.well-known/ucp equivalent for the agent)."
}
},
"description": "Platform agent identification. Carries the platform UCP profile URI."
},
"idempotency-key": {
"type": "string",
"format": "uuid",
"description": "UUID for retry safety. Required on complete_checkout and cancel_checkout."
}
},
"description": "Request metadata. Include ucp-agent for capability negotiation. idempotency-key is required on complete/cancel for retry safety."
}
}
}
Verified Stores
10,599
Member Stores
Stores exposing the cancel_cart tool
Weekly UCP Report
Get the agentic commerce digest every Monday
Real adoption data, ecosystem trends, new spec versions, and the stores that broke or recovered this week. Read by founders and engineers building the next generation of commerce.
Weekly UCP Report
Issue #50 · Sep 14, 2026
+664
new verified stores
Verified rate
Latest spec
Cart capability
