create_quote
Generate a formal quote for a customer with an optional instalment plan, returning a quote code for presentation.
Instructions
Create a formal quote for a customer, optionally under an instalment plan. Returns a quote code that can be given to the customer. This writes to the database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | Yes | ||
| plan_id | No | Optional instalment plan. | |
| customer | Yes | Customer name. | |
| quantity | No | Default 1. |