checkout_update
ActiveTool of Chia Health MCP Server
declared in 1.26.0
Update an existing checkout session. Can modify shipping method, apply promo codes, or update customer details before payment is completed. Requires authentication.
Parameters schema
{
"type": "object",
"title": "update_checkoutArguments",
"required": [
"checkout_id",
"updates"
],
"properties": {
"updates": {
"type": "object",
"title": "Updates",
"description": "Updates to apply: shipping method, promo code, or customer details",
"additionalProperties": true
},
"checkout_id": {
"type": "string",
"title": "Checkout Id",
"description": "Checkout session ID to update"
},
"bearer_token": {
"type": "string",
"title": "Bearer Token",
"default": "",
"description": "Authentication token for the patient session"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Chia Health MCP Server
https://github.com/chia-health/chia-mcp
2/7 registries