update_product
ActiveTool of FavCRM
declared in 1.0.0
Update an existing product. Only provided fields are changed.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"productId"
],
"properties": {
"sku": {
"type": "string",
"description": "SKU code"
},
"name": {
"type": "string",
"description": "Product name"
},
"price": {
"type": "string",
"description": "Price as decimal string"
},
"status": {
"enum": [
"DRAFT",
"ACTIVE",
"ARCHIVED"
],
"type": "string",
"description": "Product status"
},
"productId": {
"type": "number",
"description": "The product ID"
},
"categoryIds": {
"type": "array",
"items": {
"type": "number"
},
"description": "Category IDs (first is primary). Replaces all existing categories."
},
"description": {
"type": "string",
"description": "Product description"
},
"memberPrice": {
"type": "string",
"description": "Members-only price"
},
"discountPrice": {
"type": "string",
"description": "Discounted price"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries