update_checkout
ActiveTool of Custom Blinds Shop
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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Custom Blinds Shop
https://github.com/CustomBlinds/cb-shop-mcp
1/7 registries