create_quotation โ Create Sales Quotation
Creates a SAP sales quotation for a customer โ a write, always held for human review.
Creates a SAP sales quotation for a customer โ a write, so it is always held for
human review. Use it when the user wants to quote, offer, or send a proposal / price
estimate to a customer. Each line may carry a unit_price: when given it is
authoritative (the quoted price); when omitted the line uses the item’s list price.
Not for sales orders, delivery notes, or A/R invoices โ and not when the user only wants to see data.
Try these prompts
- “quote 10 of I001 for C001 at $95 each”
- “send Acme Corp a proposal for 5 units of I002”
- “offer a price estimate to customer C001”
ื ืกื ืื ืืขืืจืืช
- “ืฉืื ืืฆืขืช ืืืืจ ืืืงืื”
- “ืืื ืืฆืขื ืืืงืื”
- “ืชื ืืืืื ืืืืจ ืืืงืื”
Arguments
| Arg | Required | Meaning |
|---|---|---|
card_code | required | The customer’s partner code, e.g. C001. |
lines[].item_code | required | Item to quote, e.g. I001. |
lines[].quantity | required | How many units of the item. |
lines[].unit_price | optional | Quoted price per unit. Omit to use the item’s list price. |
Example result
Quotation drafted for review. C001 Acme Corp โ 10 ร I001 at $95.00 each. Held for your approval before it goes to SAP.
Related
create_sales_orderโ turn a quote into a firm order.create_invoiceโ bill the customer once agreed.create_purchase_quotationโ the supplier-side equivalent.