Skip to main content
Glama

CS-Cart MCP Server

by hungryweb

get_orders

Retrieve and filter orders from CS-Cart using pagination, status, and custom time periods. Manage orders efficiently by specifying user IDs or predefined filters.

Instructions

Retrieve orders from the CS-Cart store

Input Schema

NameRequiredDescriptionDefault
items_per_pageNoNumber of items per page
pageNoPage number for pagination
periodNoTime period filter (A=All time, D=Today, W=This week, M=This month, Y=This year)
statusNoOrder status filter (O=Open, P=Processed, C=Complete, F=Failed, D=Declined, B=Backordered, I=Incomplete)
time_fromNoStart date for custom period (YYYY-MM-DD)
time_toNoEnd date for custom period (YYYY-MM-DD)
user_idNoFilter by user ID

Input Schema (JSON Schema)

{ "properties": { "items_per_page": { "default": 10, "description": "Number of items per page", "type": "number" }, "page": { "default": 1, "description": "Page number for pagination", "type": "number" }, "period": { "description": "Time period filter (A=All time, D=Today, W=This week, M=This month, Y=This year)", "enum": [ "A", "D", "W", "M", "Y" ], "type": "string" }, "status": { "description": "Order status filter (O=Open, P=Processed, C=Complete, F=Failed, D=Declined, B=Backordered, I=Incomplete)", "enum": [ "O", "P", "C", "F", "D", "B", "I" ], "type": "string" }, "time_from": { "description": "Start date for custom period (YYYY-MM-DD)", "type": "string" }, "time_to": { "description": "End date for custom period (YYYY-MM-DD)", "type": "string" }, "user_id": { "description": "Filter by user ID", "type": "number" } }, "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