create_delivery โ Create Delivery Note
Creates a SAP delivery note for a customer โ a write, always held for human review.
Creates a SAP delivery note for a customer โ a write, so it is always held for human review. Use it when the user wants to ship, deliver, or dispatch items to a customer. Prices come from the item master.
Not for return deliveries or goods issues, and not for A/R invoices (use
create_invoice) โ and not when the user only wants to see data.
Try these prompts
- “ship 10 of I001 to C001”
- “deliver 5 units of I002 to Acme Corp”
- “dispatch goods to customer C001”
ื ืกื ืื ืืขืืจืืช
- “ืฉืื ืกืืืจื ืืืงืื”
- “ืจืฉืื ืืฉืืื ืืืงืื”
- “ื ืคืง ืกืืืจื ืืืงืื”
Arguments
| Arg | Required | Meaning |
|---|---|---|
card_code | required | The customer’s partner code, e.g. C001. |
lines[].item_code | required | Item to deliver, e.g. I001. |
lines[].quantity | required | How many units of the item. |
Example result
Delivery note drafted for review. C001 Acme Corp โ 10 ร I001. Priced from the item master. Held for your approval before it posts to SAP.
Related
create_invoiceโ bill the customer for what was shipped.create_returnโ take goods back (reverses a delivery).get_deliveryโ look up an existing delivery by number.