Silipos Order Admin
Job detail
5248863c-2f2f-45a4-99d4-831bdfd2d995
Needs Review
Duplicate PO detected
This order matches an existing PO for the same customer and was sent to review.
Review Reason
Validation errors: line 1: quantity must be > 0; Duplicate PO for customer (existing order 0efdf479-1f1d-4800-8a10-3017ce6d0584); Validation errors: line 1: quantity must be > 0; Duplicate PO for customer (existing order 0efdf479-1f1d-4800-8a10-3017ce6d0584)
Validation Errors
- line 1: quantity must be > 0
Order
- Order ID
- 89846a90-bd26-462b-bc69-312a63f16f0e
- Customer
- Acme Medical Supplies
- PO number
- PO-QTY-777
- ERP ID
- —
- Delivery date
- 2026-07-01
- Created
- 2026-06-23T12:01:40.950846+00:00
- Ship to
- 456 Health Boulevard, New York, NY 10001
| SKU | Description | Qty | Unit | Price | Match |
|---|---|---|---|---|---|
| 11605 | Gel Toe Separator, Small, 15/Pkg. | -3 | — | 11.6400 | exact 100% |
LLM Execution Logs
classify2026-06-23T12:01:38.918163+00:00
Model
gpt-4o-2024-08-06
Latency
2234 ms
Prompt Tokens
281
Completion Tokens
36
Parsed Output
{
"intent": "order",
"rationale": "The email clearly requests the processing of an order with specific product details and quantities.",
"confidence": 1
}extract_order2026-06-23T12:01:40.909567+00:00
Model
gpt-4o-2024-08-06
Latency
1974 ms
Prompt Tokens
435
Completion Tokens
99
Parsed Output
{
"lines": [
{
"unit": null,
"notes": null,
"quantity": -3,
"item_code": "11605",
"unit_price": 11.64,
"item_description": "Gel Toe Separator, Small, 15/Pkg."
}
],
"bill_to": null,
"ship_to": "456 Health Boulevard, New York, NY 10001",
"po_number": "PO-QTY-777",
"customer_name": "Acme Medical Supplies",
"order_reference": null,
"requested_delivery_date": "2026-07-01"
}