Skip to main content
Glama

CS-Cart MCP Server

by hungryweb

update_product_stock

Adjust product stock levels in CS-Cart stores by specifying the product ID and desired quantity for accurate inventory management.

Instructions

Update product stock quantity

Input Schema

NameRequiredDescriptionDefault
amountYesNew stock quantity
product_idYesProduct ID

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "New stock quantity", "type": "number" }, "product_id": { "description": "Product ID", "type": "number" } }, "required": [ "product_id", "amount" ], "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