You're viewing a demo portfolio

Join the waitlist
PRSM

update_checkout

Active

Tool of Custom Blinds Shop

declared in 1.0.0

Correct customer details (name, email, phone, address) or switch payment_method (yoco | ozow) on an unpaid checkout before calling complete_checkout. Returns the updated checkout state. Raises an error if the checkout is already paid or cancelled.

Parameters schema

{
  "type": "object",
  "required": [
    "checkout_id"
  ],
  "properties": {
    "customer": {
      "type": "object"
    },
    "checkout_id": {
      "type": "string"
    },
    "payment_method": {
      "enum": [
        "yoco",
        "ozow"
      ],
      "type": "string"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Custom Blinds Shop

https://github.com/CustomBlinds/cb-shop-mcp

1/7 registries
View full server →
update_checkout — Custom Blinds Shop — PRSM MCP