Skip to main content
Glama

CS-Cart MCP Server

by hungryweb

update_product

Modify product details in CS-Cart, including name, price, description, stock quantity, status, and shipping costs, by specifying the product ID and updated attributes.

Instructions

Update an existing product

Input Schema

NameRequiredDescriptionDefault
amountNoProduct quantity in stock
category_idsNoArray of category IDs
descriptionNoProduct description
full_descriptionNoFull product description
priceNoProduct price
productNoProduct name
product_idYesProduct ID to update
shipping_freightNoShipping cost
statusNoProduct status (A=Active, D=Disabled, H=Hidden)
weightNoProduct weight

Input Schema (JSON Schema)

{ "properties": { "amount": { "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" }, "product_id": { "description": "Product ID to update", "type": "number" }, "shipping_freight": { "description": "Shipping cost", "type": "number" }, "status": { "description": "Product status (A=Active, D=Disabled, H=Hidden)", "enum": [ "A", "D", "H" ], "type": "string" }, "weight": { "description": "Product weight", "type": "number" } }, "required": [ "product_id" ], "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