Respond to a quote request
respond_to_quoteRespond to a buyer's quote request (seller tool)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | accept the buyer's terms as asked, counter with a different price (requires counter_price), or decline the request. | |
| message | No | Optional note sent to the buyer alongside the decision. | |
| counter_price | No | Counter offer price in cents (for counter action) | |
| quote_request_id | Yes | Id of the quote request to answer, as returned by get_quote_requests. |