Silipos Order Admin
Job detail
5fa67ecb-4876-4e70-8d4b-4eb56ddba476
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 a0a622f0-e149-4995-96d3-1011957dbcb4); Validation errors: line 1: quantity must be > 0; Duplicate PO for customer (existing order a0a622f0-e149-4995-96d3-1011957dbcb4)
Validation Errors
- line 1: quantity must be > 0
Order
- Order ID
- 99e6e081-5893-43bf-beef-1f65323f9940
- Customer
- Acme Medical Supplies
- PO number
- PO-QTY-777
- ERP ID
- —
- Delivery date
- 2026-08-15
- Created
- 2026-06-23T05:58:31.372377+00:00
- Ship to
- 456 Health Boulevard, New York, NY 10001
| SKU | Description | Qty | Unit | Price | Match |
|---|---|---|---|---|---|
| 11605 | Gel Toe Separator, Small, 15/Pkg. | -5 | — | 11.6400 | fuzzy 90% |
LLM Execution Logs
classify2026-06-23T05:58:30.110757+00:00
Model
gpt-4o-2024-08-06
Latency
1619 ms
Prompt Tokens
222
Completion Tokens
38
Parsed Output
{
"intent": "order",
"rationale": "The email includes specific product details and a request for a quantity, indicating an order intent.",
"confidence": 0.95
}extract_order2026-06-23T05:58:31.327347+00:00
Model
gpt-4o-2024-08-06
Latency
1174 ms
Prompt Tokens
406
Completion Tokens
89
Parsed Output
{
"lines": [
{
"unit": null,
"notes": null,
"quantity": -5,
"item_code": "10045",
"unit_price": null,
"item_description": "Gel Toe Separator"
}
],
"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-08-15"
}