update_order_status
ActiveTool of FavCRM
declared in 1.0.0
Update the status of a shop order (e.g. confirm, ship, cancel).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"orderId",
"status"
],
"properties": {
"status": {
"enum": [
"pending",
"confirmed",
"processing",
"shipped",
"delivered",
"cancelled",
"refunded"
],
"type": "string",
"description": "New order status"
},
"orderId": {
"type": "string",
"description": "The order UUID"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries