Silipos Order Admin
Job detail
3aeea3c7-e41f-4a5c-a283-1d58f783450d
Needs Review
Duplicate PO detected
This order matches an existing PO for the same customer and was sent to review.
Review Reason
Duplicate PO for customer (existing order 5f400702-4225-42b3-9cdc-b934db7d0bdc)
Order
- Order ID
- 07a46b0c-8737-45d5-8e79-051968c1dcc2
- Customer
- Acme Medical Supplies
- PO number
- PO-DUP-111
- ERP ID
- —
- Delivery date
- 2026-08-15
- Created
- 2026-06-23T05:58:33.736090+00:00
- Ship to
- 456 Health Boulevard, New York, NY 10001
| SKU | Description | Qty | Unit | Price | Match |
|---|---|---|---|---|---|
| 11605 | Gel Toe Separator, Small, 15/Pkg. | 12 | — | 11.6400 | fuzzy 90% |
LLM Execution Logs
classify2026-06-23T05:58:31.010473+00:00
Model
gpt-4o-2024-08-06
Latency
886 ms
Prompt Tokens
247
Completion Tokens
35
Parsed Output
{
"intent": "order",
"rationale": "The email clearly specifies an order with item code, description, and quantity.",
"confidence": 1
}extract_order2026-06-23T05:58:32.533752+00:00
Model
gpt-4o-2024-08-06
Latency
1493 ms
Prompt Tokens
418
Completion Tokens
89
Parsed Output
{
"lines": [
{
"unit": null,
"notes": null,
"quantity": 12,
"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-DUP-111",
"customer_name": "Acme Medical Supplies",
"order_reference": null,
"requested_delivery_date": "2026-08-15"
}