create_order
Create an unpaid order from an accepted quote. Requires user intent to order. Return the checkout URL to the user; protect orderToken as a secret. Reuse the same idempotencyKey on retries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quoteId | Yes | ||
| customerEmail | No | ||
| idempotencyKey | Yes |