Silipos Order Admin
Job detail
bb7dfb00-44dc-4ce4-bebf-b56680d34f2f
Order Created
Order
Approved
- Order ID
- 57de659f-434b-44f9-bf6d-f19b72b76964
- Customer
- Acme Medical Supplies
- PO number
- PO-99882
- ERP ID
- —
- Delivery date
- 2026-08-15
- Created
- 2026-06-23T05:58:33.735705+00:00
- Ship to
- 456 Health Boulevard, New York, NY 10001
| SKU | Description | Qty | Unit | Price | Match |
|---|---|---|---|---|---|
| 10185 | Silopad Universal Gel Strap, Pair, Covered, Large/XLarge | 20 | — | 23.1600 | fuzzy 86% |
| 10185 | Silopad Universal Gel Strap, Pair, Covered, Large/XLarge | 5 | — | 23.1600 | fuzzy 86% |
LLM Execution Logs
classify2026-06-23T05:58:30.690183+00:00
Model
gpt-4o-2024-08-06
Latency
1239 ms
Prompt Tokens
307
Completion Tokens
36
Parsed Output
{
"intent": "order",
"rationale": "The email clearly requests specific products and quantities to be shipped, indicating an order.",
"confidence": 1
}extract_order2026-06-23T05:58:32.608480+00:00
Model
gpt-4o-2024-08-06
Latency
1812 ms
Prompt Tokens
448
Completion Tokens
127
Parsed Output
{
"lines": [
{
"unit": null,
"notes": null,
"quantity": 20,
"item_code": "10025",
"unit_price": null,
"item_description": "Gel Cap (Please supply Medium size)"
},
{
"unit": null,
"notes": null,
"quantity": 5,
"item_code": "10055",
"unit_price": null,
"item_description": "Gel Bunion Guard"
}
],
"bill_to": null,
"ship_to": "456 Health Boulevard, New York, NY 10001",
"po_number": "PO-99882",
"customer_name": "Acme Medical Supplies",
"order_reference": null,
"requested_delivery_date": "2026-08-15"
}