You're viewing a demo portfolio

Join the waitlist
PRSM

checkout_update

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Chia Health MCP Server

https://github.com/chia-health/chia-mcp

2/7 registries
View full server →
checkout_update — Chia Health MCP Server — PRSM MCP