estimates_add_line_item
Add a line item to an estimate. Optionally specify a product ID to auto-fill name, cost, and price from the product catalog.
Instructions
Add a line item to an estimate. When using product_id, only product_id + quantity are needed -- the API auto-fills name, cost, and price from the product catalog.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Estimate ID | |
| item | No | Item name | |
| name | No | Display name | |
| quantity | No | Quantity | |
| price | No | Price | |
| cost | No | Cost | |
| product_id | No | Product ID | |
| upc_code | No | UPC code | |
| discount_percent | No | Discount % | |
| taxable | No | Whether taxable | |
| tax_rate_id | No | Tax rate ID | |
| position | No | Sort position |