Quote an order
get_quotePrice an order (package_code, quantity, optional promo code) exactly as checkout would: returns subtotal, discount, and the final total in USD cents, plus the promo status. Purely informational — no order is created.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quantity | No | Units to buy (default 1, max 10). | |
| promo_code | No | Optional promo code to apply. | |
| package_code | Yes | The plan's package_code from search_plans. |