request_quote
Start a transaction by sending a quote request (inquiry) to a supplier for a specific product_id (get one from search_products). Returns an inquiry_id. Requires authentication — the inquiry is owned by the authenticated buyer. The supplier then submits a quote; poll it with list_quotes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quantity | No | Desired quantity (optional) | |
| buyer_note | No | Free-text note to the supplier (optional) | |
| product_id | Yes | Product id to request a quote for (from search_products) | |
| quantity_unit | No | Unit for the quantity, e.g. 'pcs', 'kg' (optional) | |
| destination_city | No | Destination city (optional) | |
| destination_country | No | Destination country ISO2 (optional) |