update_outlet
Update an existing shop outlet/location by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Outlet ID (UUID) | |
| name | No | Outlet name | |
| phone | No | Contact phone | |
| address | No | Street address | |
| logoUrl | No | Logo URL | |
| isActive | No | Whether outlet is active | |
| latitude | No | Latitude | |
| longitude | No | Longitude | |
| sortOrder | No | Display sort order | |
| acceptsOrders | No | Whether outlet accepts online orders |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Tool result payload — shape varies per tool, see the tool description | |
| summary | Yes | One-line human-readable summary of the action | |
| renderType | Yes | UI rendering hint for the result |