Generate quote
quote_generateUse this after the user explicitly confirms a complete ShipMyCar quote draft. It calculates pricing, writes a private quote continuation/API usage record, and returns a continueQuoteUrl. It does not send email or create a public booking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draft | Yes | Complete MCP quote draft. | |
| confirm | Yes | Must be true to generate the quote. | |
| contactConsent | No | Set true only when the user consents to storing supplied contact details in the continuation payload. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | ||
| draft | Yes | ||
| quote | No | ||
| status | No | ||
| details | No | ||
| message | No | ||
| success | Yes | ||
| requirements | No |