get_live_quote
Return a wholesale quote with virtual-proof links for a list of SKUs and quantities, optionally accounting for a destination ZIP and an event date. Use when shipping or timing affects the answer. Use get_quote for a plain priced list with neither.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | No | Products and quantities | |
| event_date | No | Event date (optional) | |
| quantities | No | Alternative: array of quantities (paired with product_skus[]) | |
| product_skus | No | Alternative: array of product slugs (paired with quantities[]) | |
| shipping_zip | No | Destination ZIP (optional) |