create_product
ActiveTool of FavCRM
declared in 1.0.0
Create a new shop product as DRAFT. Merchant can review and activate from the portal.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"name",
"price"
],
"properties": {
"sku": {
"type": "string",
"description": "SKU code"
},
"name": {
"type": "string",
"description": "Product name"
},
"price": {
"type": "string",
"description": "Price as decimal string (e.g. \"29.99\")"
},
"categoryIds": {
"type": "array",
"items": {
"type": "number"
},
"description": "Category IDs (first is primary)"
},
"description": {
"type": "string",
"description": "Product description"
},
"memberPrice": {
"type": "string",
"description": "Members-only price"
},
"productType": {
"enum": [
"one_time",
"recurring"
],
"type": "string",
"description": "Product type (default one_time)"
},
"discountPrice": {
"type": "string",
"description": "Discounted price"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries