create_sales_order โ Create Sales Order
Creates a SAP sales order for a customer โ a write, always held for human review.
Creates a SAP sales order for a business partner โ a write, so it is always held for human review before anything is posted. Use it when the user wants to order, buy, or purchase items for a customer. Prices come from the item master.
Not for quotations, deliveries, or invoices โ and not when the user only wants to see data.
Try these prompts
- “order 10 of I001 for C001”
- “create a sales order for Acme Corp”
- “buy 5 units of I002 for customer C001”
ื ืกื ืื ืืขืืจืืช
- “ืฆืืจ ืืืื ืช ืืืืจื ืืืงืื”
- “ืจืฉืื ืืืื ื ืืืฉื ืืืงืื”
- “ืคืชื ืืืื ืช ืืืืจื”
Arguments
| Arg | Required | Meaning |
|---|---|---|
card_code | required | The customer’s partner code, e.g. C001. |
lines[].item_code | required | Item to order, e.g. I001. |
lines[].quantity | required | How many units of the item. |
Example result
Sales order drafted for review. C001 Acme Corp โ 10 ร I001. Priced from the item master. Held for your approval before it posts to SAP.
Related
create_quotationโ quote a price before committing to an order.create_deliveryโ ship the goods to the customer.create_invoiceโ bill the customer.get_sales_orderโ look up an existing order by number.