Skip to main content
Glama

CS-Cart MCP Server

by hungryweb

create_product

Add products to your CS-Cart store by specifying details like name, price, category, description, stock quantity, weight, and shipping cost for efficient inventory management.

Instructions

Create a new product in the CS-Cart store

Input Schema

NameRequiredDescriptionDefault
amountNoProduct quantity in stock
category_idsNoArray of category IDs
descriptionNoProduct description
full_descriptionNoFull product description
priceYesProduct price
productYesProduct name
shipping_freightNoShipping cost
statusNoProduct status (A=Active, D=Disabled, H=Hidden)A
weightNoProduct weight

Input Schema (JSON Schema)

{ "properties": { "amount": { "default": 0, "description": "Product quantity in stock", "type": "number" }, "category_ids": { "description": "Array of category IDs", "items": { "type": "number" }, "type": "array" }, "description": { "description": "Product description", "type": "string" }, "full_description": { "description": "Full product description", "type": "string" }, "price": { "description": "Product price", "type": "number" }, "product": { "description": "Product name", "type": "string" }, "shipping_freight": { "description": "Shipping cost", "type": "number" }, "status": { "default": "A", "description": "Product status (A=Active, D=Disabled, H=Hidden)", "enum": [ "A", "D", "H" ], "type": "string" }, "weight": { "description": "Product weight", "type": "number" } }, "required": [ "product", "price" ], "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