estimates_update_line_item
Update a line item on an estimate by providing the estimate ID and line item ID, with optional modifications to item, name, quantity, price, cost, discount, and taxable status.
Instructions
Update a line item on an estimate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Estimate ID | |
| line_item_id | Yes | Line item ID | |
| item | No | ||
| name | No | ||
| quantity | No | ||
| price | No | ||
| cost | No | ||
| discount_percent | No | ||
| taxable | No |