scheduling_add_line_item
Add line items to schedules with customizable pricing, quantities, and tax settings. Supports one-time and recurring charges.
Instructions
Add a line item to a schedule. Note: pricing uses cents (retail_cents, cost_cents).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Schedule ID | |
| product_id | No | Product ID | |
| name | No | Item name | |
| description | No | Description | |
| quantity | No | Quantity | |
| retail_cents | No | Retail price in cents | |
| cost_cents | No | Cost in cents | |
| taxable | No | Taxable | |
| one_time_charge | No | One-time charge (not recurring) | |
| position | No | Sort position | |
| user_id | No | User ID | |
| recurring_type_id | No | Recurring type (1-6) |