UCP Checker

update_checkout_session

Update shipping or apply discount to a checkout session.

Schema

Input Schema

{
    "type": "object",
    "required": [
        "session_id"
    ],
    "properties": {
        "session_id": {
            "type": "string",
            "description": "Session ID from create_checkout_session"
        },
        "discount_code": {
            "type": "string",
            "description": "Discount code (e.g. '10OFF')"
        },
        "shipping_option_id": {
            "type": "string",
            "description": "'standard-shipping' (free) or 'express-shipping' ($15)"
        }
    }
}
Verified Stores
1
Member Stores

Stores exposing the update_checkout_session 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