list_deliveries โ€” Deliveries

Lists SAP delivery notes (outbound goods shipped to customers) from the live system, filtered by customer, date, status, or amount.

Lists SAP delivery notes (outbound goods shipped to customers) from the live system, filtered: doc number, card code, date, status, total. Read-only. Reach for it when the user asks about deliveries or shipments โ€” “deliveries to C001 this year”, “open deliveries”. Omit any filter to leave it off.

Try these prompts

  • “show me our deliveries”
  • “deliveries to C001 this year”
  • “open deliveries”

ื ืกื• ื’ื ื‘ืขื‘ืจื™ืช

  • “ื”ืฆื’ ืืช ื”ืžืฉืœื•ื—ื™ื ืฉืœื ื•”
  • “ืžืฉืœื•ื—ื™ื ืœืœืงื•ื— ื”ืฉื ื””
  • “ืžืฉืœื•ื—ื™ื ืคืชื•ื—ื™ื”

Arguments

ArgRequiredMeaning
card_codeoptionalOne customer, e.g. C001. Omit for all.
from_dateoptionalDelivery date on/after, YYYY-MM-DD.
to_dateoptionalDelivery date on/before, YYYY-MM-DD.
document_statusoptionalopen or closed.
min_amountoptionalMinimum delivery total.
max_amountoptionalMaximum delivery total.
topoptionalMax rows returned.

Example result

2 deliveries to C001 Acme Corp. DN 15008 โ€” 2026-03-06, $1,340 (closed) ยท DN 15012 โ€” 2026-04-20, $6,200 (open).

  • get_delivery โ€” one delivery when the user names a single delivery number.
  • get_delivery_summary โ€” an aggregate rollup over delivery notes.