update_product
Modify product details like name, price, SKU, or tax rate in the Frihet MCP Server. Only specified fields are updated to maintain existing data integrity.
Instructions
Update an existing product. Only the provided fields will be changed. / Actualiza un producto existente. Solo se modifican los campos proporcionados.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Product ID / ID del producto | |
| name | No | Name / Nombre | |
| unitPrice | No | Unit price / Precio unitario | |
| description | No | Description / Descripcion | |
| unit | No | Unit / Unidad | |
| taxRate | No | Tax rate % / IVA % | |
| sku | No | SKU / Referencia |