Configure scripted extension points for the manage order operations agent
Configure scripted extension points so that the manage order operations chat assistant can check product availability, validate order exception requests for delivery, quantity, and shipping location, and evaluate quote thresholds against your external inventory, ERP, or pricing systems.
Before you begin
The application scope must be set to Manage Order Operations. You can change the application scope using the application picker in the Unified Navigation bar.
Role required: admin
About this task
The demo data for the manage order operations agent includes sample implementations of the following scripted extension points.
To enable real-world functionality such as querying on-hand quantities, delivery dates, location feasibility, and quote thresholds from external Enterprise Resource Planning (ERP) or pricing systems like SAP or
Oracle, replace each demo implementation with your custom logic.
| Extension point | API name | Purpose |
|---|---|---|
| Order exception check | sn_ord_ops_aias.orderExceptionCheckEP | Validate quantity, delivery availability, and shipping location for order line items. |
| Threshold check for quote | sn_ord_ops_aias.ThresholdCheckForQuote | Determine whether a requested quantity change crosses the configured threshold for quote-side handling. |