create_order
Turn an active reservation into a confirmed order, deducting units from stock after salesperson confirmation. Supports cash, card, or installment payments.
Instructions
Turn an active reservation into a confirmed order, discounting the units from stock. This writes to the database; confirm with the salesperson before calling it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_id | No | Required when payment_method is INSTALLMENTS. | |
| payment_method | Yes | ||
| reservation_code | Yes |