billy_update_product
Update product details in Billy accounting. First call returns a dry-run preview; a second call with confirm:true applies changes.
Instructions
Update an existing product. WRITE — requires confirm:true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| patch | Yes | ||
| confirm | No | REQUIRED to execute. Pass true to actually run the mutation. Without it, this tool returns a dry-run preview of what would happen — explicit second call with confirm:true is needed to write. |