update_outlet
ActiveTool of FavCRM
declared in 1.0.0
Update an existing shop outlet/location by ID.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "Outlet ID (UUID)"
},
"name": {
"type": "string",
"description": "Outlet name"
},
"phone": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "Contact phone"
},
"address": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "Street address"
},
"logoUrl": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "Logo URL"
},
"isActive": {
"type": "boolean",
"description": "Whether outlet is active"
},
"latitude": {
"anyOf": [
{
"anyOf": [
{
"type": "string"
},
{
"type": "number"
}
]
},
{
"type": "null"
}
],
"description": "Latitude"
},
"longitude": {
"anyOf": [
{
"anyOf": [
{
"type": "string"
},
{
"type": "number"
}
]
},
{
"type": "null"
}
],
"description": "Longitude"
},
"sortOrder": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991,
"description": "Display sort order"
},
"acceptsOrders": {
"type": "boolean",
"description": "Whether outlet accepts online orders"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries