tickets_update_line_item
Update specific details of a line item on a ticket, such as name, quantity, or pricing.
Instructions
Update a line item on a ticket
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Ticket ID | |
| ticket_line_item_id | Yes | Line item ID to update | |
| name | No | Line item name | |
| description | No | Line item description | |
| quantity | No | Quantity | |
| price_cost | No | Cost price | |
| price_retail | No | Retail price | |
| product_id | No | Product ID | |
| upc_code | No | UPC code | |
| taxable | No | Whether item is taxable |