Skip to main content
Glama

CS-Cart MCP Server

by hungryweb

update_order_status

Modify order status in CS-Cart e-commerce stores by specifying order ID and new status (e.g., Open, Processed, Complete). Optionally notify users of changes for improved communication.

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" }
Install Server

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