UCP Checker

update_cart_item

Change a cart line's quantity.

Schema

Input Schema

{
    "type": "object",
    "required": [
        "cartId",
        "itemId",
        "quantity"
    ],
    "properties": {
        "cartId": {
            "type": "string"
        },
        "itemId": {
            "type": "integer",
            "description": "cart line id from the cart's items"
        },
        "quantity": {
            "type": "integer",
            "description": "new quantity, 1-999"
        }
    },
    "additionalProperties": false
}
Verified Stores
1
Member Stores

Stores exposing the update_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.

Free forever No spam Unsubscribe anytime

View a sample report →

Weekly UCP Report
Issue #50 · Sep 14, 2026
+664
new verified stores
Verified rate
Latest spec
Cart capability