remove_cart_item
Remove a line item (and its children) from a cart by item id. Returns the updated cart state.
Schema
Input Schema
{
"type": "object",
"required": [
"cartId",
"itemId"
],
"properties": {
"cartId": {
"type": "string",
"description": "the base62 cart id"
},
"itemId": {
"type": "integer",
"description": "the line item id to remove (numeric, e.g. 1, 2, 3)"
}
}
}
Verified Stores
1
Member Stores
Stores exposing the remove_cart_item 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 #51 · Sep 21, 2026
+664
new verified stores
Verified rate
Latest spec
Cart capability
