quote_options
ONE-CALL buyer quote: 'best price on N , needed by '. Searches the catalogue, prices each match at the buyer's quantity (or at the product's minimum order when N is below MOQ, with the MOQ stated plainly), ranks by total spend, and returns 3-8 options with unit price, setup, total (tax-exclusive, in the locale currency), MOQ status, production window and a DISPATCH note. needBy (YYYY-MM-DD) returns which options' production windows fit before that date — dispatch only; freight is quoted per job and Sense2 never promises a delivery date. Prefer this over search_products→get_quote chains.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Options to return, 1-8 (default 5) | |
| query | Yes | Product type or keywords, e.g. 'notebooks', 'eco tote bags' | |
| locale | No | en-AU (default), en-US, en-NZ, de-DE, ja-JP | |
| needBy | No | Optional YYYY-MM-DD the buyer is working towards; answered as which production windows fit before it (dispatch, not arrival) | |
| quantity | Yes | Units the buyer wants (positive integer) |