Skip to main content
Glama

CS-Cart MCP Server

by hungryweb

update_order_status

Modify the status of an order in CS-Cart MCP Server by specifying the order ID, new status, and optional user notification for tracking and managing e-commerce transactions efficiently.

Instructions

Update order status

Input Schema

NameRequiredDescriptionDefault
notify_userNoWhether to notify the user about status change
order_idYesOrder ID
statusYesNew order status (O=Open, P=Processed, C=Complete, F=Failed, D=Declined, B=Backordered, I=Incomplete)

Input Schema (JSON Schema)

{ "properties": { "notify_user": { "default": true, "description": "Whether to notify the user about status change", "type": "boolean" }, "order_id": { "description": "Order ID", "type": "number" }, "status": { "description": "New order status (O=Open, P=Processed, C=Complete, F=Failed, D=Declined, B=Backordered, I=Incomplete)", "enum": [ "O", "P", "C", "F", "D", "B", "I" ], "type": "string" } }, "required": [ "order_id", "status" ], "type": "object" }

Other Tools from CS-Cart MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hungryweb/cscart-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server