create_variation
ActiveTool of FavCRM
declared in 1.0.0
Add a variation (size, color, etc.) to an existing product.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"productId",
"price"
],
"properties": {
"sku": {
"type": "string",
"description": "Variation SKU"
},
"name": {
"type": "string",
"description": "Variation name"
},
"price": {
"type": "string",
"description": "Price as decimal string (e.g. \"29.99\")"
},
"productId": {
"type": "number",
"description": "The product ID"
},
"memberPrice": {
"type": "string",
"description": "Members-only price"
},
"stockStatus": {
"enum": [
"in_stock",
"out_of_stock",
"low_stock"
],
"type": "string",
"description": "Stock status"
},
"discountPrice": {
"type": "string",
"description": "Discounted price"
},
"stockQuantity": {
"type": "number",
"description": "Stock quantity"
},
"selectedOptions": {
"type": "object",
"description": "Option selections e.g. {\"Size\": \"Large\"}",
"propertyNames": {
"type": "string"
},
"additionalProperties": {
"type": "string"
}
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries