Place purchase order (requires confirm:true)
place_orderConvert a winning supplier quote into a purchase order. Requires explicit user approval and confirm:true to commit and email PO to supplier.
Instructions
Place the purchase order on a winning quote. SAFETY: this is a purchase commitment and emails a PO to the supplier — it refuses unless confirm:true is passed after the user has explicitly approved this exact order. bought_quantity/bought_price default to the quoted values; only override deliberately (negotiated price, split award).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true, and only after explicit user approval of this specific order. | |
| response_id | Yes | Winning quote's response_id from get_quotes | |
| rfq_item_id | Yes | ||
| bought_price | No | ||
| bought_quantity | No |